index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
lsm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-94
/
+374
2025-07-30
apparmor: fix Regression on linux-next (next-20250721)
John Johansen
1
-0
/
+1
2025-07-30
apparmor: fix test error: WARNING in apparmor_unix_stream_connect
John Johansen
1
-2
/
+3
2025-07-30
apparmor: Remove the unused variable rules
Jiapeng Chong
1
-2
/
+0
2025-07-20
apparmor: transition from a list of rules to a vector of rules
John Johansen
1
-3
/
+2
2025-07-20
apparmor: fix documentation mismatches in val_mask_to_str and socket functions
Peng Jiang
1
-2
/
+22
2025-07-20
apparmor: fix kernel doc warnings for kernel test robot
John Johansen
1
-2
/
+8
2025-07-20
apparmor: Fix 8-byte alignment for initial dfa blob streams
Helge Deller
1
-2
/
+2
2025-07-20
apparmor: make sure unix socket labeling is correctly updated.
John Johansen
1
-47
/
+118
2025-07-15
apparmor: Remove use of the double lock
John Johansen
1
-2
/
+2
2025-07-15
apparmor: make __begin_current_label_crit_section() indicate whether put is needed
Mateusz Guzik
1
-29
/
+46
2025-02-10
apparmor: fix typos and spelling errors
Tanya Agarwal
1
-1
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-18
apparmor: add fine grained af_unix mediation
John Johansen
1
-7
/
+156
2025-01-18
apparmor: lift kernel socket check out of critical section
John Johansen
1
-1
/
+5
2025-01-18
apparmor: remove af_select macro
John Johansen
1
-26
/
+9
2025-01-18
apparmor: add ability to mediate caps with policy state machine
John Johansen
1
-6
/
+5
2025-01-18
apparmor: Improve debug print infrastructure
John Johansen
1
-2
/
+34
2024-10-11
lsm: remove lsm_prop scaffolding
Casey Schaufler
1
-4
/
+0
2024-10-11
lsm: use lsm_prop in security_current_getsecid
Casey Schaufler
1
-6
/
+14
2024-10-11
lsm: add lsmprop_to_secctx hook
Casey Schaufler
1
-0
/
+1
2024-07-29
lsm: infrastructure management of the sock security
Casey Schaufler
1
-16
/
+1
2024-07-27
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-3
/
+11
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-24
apparmor: try to avoid refing the label in apparmor_file_open
Mateusz Guzik
1
-2
/
+3
2024-05-10
apparmor: fix typo in kernel doc
Christian Göttsche
1
-1
/
+1
2024-05-10
apparmor: Fix null pointer deref when receiving skb during sock creation
Xiao Liang
1
-0
/
+7
2024-04-15
lsm: remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-03-14
lsm: use 32-bit compatible data types in LSM syscalls
Casey Schaufler
1
-2
/
+2
2024-02-27
Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-1
/
+1
2024-02-23
apparmor: fix lsm_get_self_attr()
Mickaël Salaün
1
-1
/
+1
2024-01-24
exec: Check __FMODE_EXEC instead of in_execve for LSMs
Kees Cook
1
-1
/
+3
2024-01-19
Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-46
/
+17
2023-12-29
apparmor: Fix ref count leak in task_kill
John Johansen
1
-1
/
+0
2023-11-26
apparmor: cleanup network hook comments
John Johansen
1
-44
/
+16
2023-11-19
apparmor: declare nulldfa as static
John Johansen
1
-1
/
+1
2023-11-12
lsm: mark the lsm_id variables are marked as static
Paul Moore
1
-1
/
+1
2023-11-12
lsm: consolidate buffer size handling into lsm_fill_user_ctx()
Paul Moore
1
-12
/
+3
2023-11-12
AppArmor: Add selfattr hooks
Casey Schaufler
1
-6
/
+85
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
1
-1
/
+7
2023-11-03
Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
Linus Torvalds
1
-58
/
+356
2023-10-22
apparmor: mark new functions static
Arnd Bergmann
1
-2
/
+2
2023-10-18
apparmor: Fix regression in mount mediation
John Johansen
1
-2
/
+18
2023-10-18
apparmor: cache buffers on percpu list if there is lock contention
John Johansen
1
-5
/
+62
2023-10-18
apparmor: add io_uring mediation
Georgia Garcia
1
-0
/
+113
2023-10-18
apparmor: add user namespace creation mediation
John Johansen
1
-1
/
+24
2023-10-18
apparmor: allow restricting unprivileged change_profile
John Johansen
1
-0
/
+7
2023-10-18
apparmor: refcount the pdb
John Johansen
1
-0
/
+63
2023-10-18
apparmor: pass cred through to audit info.
John Johansen
1
-33
/
+52
2023-10-18
apparmor: rename audit_data->label to audit_data->subj_label
John Johansen
1
-2
/
+2
[next]