index
:
pub/scm/linux/kernel/git/monstr/linux.git
master
Michal Simek's fork of linux.git
Michal Simek
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
lsm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
apparmor: mark static tables and structs as read only
John Johansen
1
-4
/
+4
2026-08-10
apparmor: make table entry count last enum for static tables
John Johansen
1
-2
/
+2
2026-08-10
apparmor: move sock_rcv_skb() next to inet_conn_request
John Johansen
1
-36
/
+33
2026-08-10
apparmor: move netfilter functions next to the LSM network operations
John Johansen
1
-44
/
+46
2026-08-10
apparmor: refactor network sock mediation in preparation for inet mediation
John Johansen
1
-10
/
+56
2026-08-07
apparmor: optimize current_label_crit_section() with needput
John Johansen
1
-18
/
+27
2026-06-23
apparmor: mediate the implicit connect of TCP fast open sendmsg
Bryam Vargas
1
-1
/
+15
2026-06-13
security: apparmor: fix two spelling mistakes
Qingshuang Fu
1
-1
/
+1
2026-06-13
apparmor: Fix inverted comparison in cache_hold_inc()
Eduardo Vasconcelos
1
-1
/
+1
2026-04-22
apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engine
GONG Ruiqi
1
-0
/
+1
2026-04-22
apparmor: Fix wrong dentry in RENAME_EXCHANGE uid check
Dudu Lu
1
-1
/
+1
2026-04-22
apparmor: Use sysfs_emit in param_get_{audit,mode}
Thorsten Blum
1
-3
/
+3
2026-04-22
apparmor: Remove redundant if check in sk_peer_get_label
Thorsten Blum
1
-5
/
+1
2026-04-22
apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr
Thorsten Blum
1
-4
/
+1
2026-02-23
apparmor: use target task's context in apparmor_getprocattr()
Cengiz Can
1
-9
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-29
apparmor: cleanup remove unused percpu critical sections in buffer management
John Johansen
1
-5
/
+0
2026-01-29
apparmor: document the buffer hold, add an overflow guard
John Johansen
1
-2
/
+26
2026-01-29
apparmor: avoid per-cpu hold underflow in aa_get_buffer
Zhengmian Hu
1
-1
/
+2
2026-01-29
apparmor: move check for aa_null file to cover all cases
John Johansen
1
-4
/
+0
2026-01-29
apparmor: account for in_atomic removal in common_file_perm
Ryan Lee
1
-3
/
+2
2026-01-29
apparmor: drop in_atomic flag in common_mmap, and common_file_perm
John Johansen
1
-12
/
+9
2026-01-29
apparmor: fix boolean argument in apparmor_mmap_file
Ryan Lee
1
-1
/
+1
2025-10-22
apparmor: move initcalls to the LSM framework
Paul Moore
1
-1
/
+8
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
1
-1
/
+1
2025-09-30
Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-08-30
audit: add record for multiple task security contexts
Casey Schaufler
1
-0
/
+3
2025-08-04
Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...
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 n...
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
[next]