index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
security
/
apparmor
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
apparmor: policy_int make sure list heads are initialized before fail path
John Johansen
1
-2
/
+2
2026-08-15
apparmor: fix deadlock in complain-mode change_hat
John Johansen
3
-14
/
+37
2026-08-10
apparmor: constify aa_label parameters on read-only query helpers
John Johansen
2
-20
/
+23
2026-08-10
apparmor: constify aa_dfa parameters on read-only compute paths
John Johansen
8
-32
/
+37
2026-08-10
apparmor: constify aa_profile parameters on read-only compute paths
John Johansen
10
-23
/
+25
2026-08-10
apparmor: constify aa_perms parameters that are read-only
John Johansen
6
-10
/
+11
2026-08-10
apparmor: drop use of _confined variant for iteration
John Johansen
1
-7
/
+7
2026-08-10
apparmor: refactory mount to use check_perms
John Johansen
4
-168
/
+144
2026-08-10
apparmor: fix auditing of mount binary data
John Johansen
1
-2
/
+2
2026-08-10
apparmor: add audit mode to provide a mechanism to silence complain messages
John Johansen
4
-10
/
+22
2026-08-10
apparmor: mark static tables and structs as read only
John Johansen
8
-20
/
+22
2026-08-10
apparmor: fix error debug output in fn_label_build
John Johansen
1
-2
/
+2
2026-08-10
apparmor: make table entry count last enum for static tables
John Johansen
3
-5
/
+5
2026-08-10
apparmor: fix race condition in label replacement
John Johansen
1
-12
/
+48
2026-08-10
apparmor: refactor xattr attachment, to take the file path
John Johansen
1
-15
/
+19
2026-08-10
apparmor: fix unconfined user namespace restriction forced stack
John Johansen
1
-26
/
+54
2026-08-10
apparmor: reserve mediation class for packet mediation
John Johansen
2
-1
/
+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 socket mediation to support compatibility
John Johansen
1
-8
/
+10
2026-08-10
apparmor: push inet mediation into profile callbacks, and improve auditing
John Johansen
2
-13
/
+497
2026-08-10
apparmor: refactor network sock mediation in preparation for inet mediation
John Johansen
6
-22
/
+190
2026-08-10
apparmor: make MEDIATES_AF_UNIX its own fn
John Johansen
3
-9
/
+13
2026-08-10
apparmor: fix error handling for copy_from_user in policy_update
John Johansen
1
-3
/
+3
2026-08-10
apparmor: fix out-of-bounds write when null terminating a label vec
Hyunwoo Kim
1
-3
/
+3
2026-08-09
apparmor: fix integer overflow in verify_tags() bounds check
Fabrice Derepas
1
-1
/
+1
2026-08-07
apparmor: optimize current_label_crit_section() with needput
John Johansen
5
-58
/
+84
2026-08-06
apparmor: fix cred UAF caused by begin_current_label_crit_section()
Jann Horn
3
-9
/
+39
2026-08-06
apparmor: use SEND_SIG_NOINFO instead of NULL in aa_audit()
Oleg Nesterov
1
-1
/
+1
2026-08-02
apparmor: Fix warning: 'decompress_zstd' defined but not used
John Johansen
1
-10
/
+6
2026-08-01
apparmor: fix implicit declaration of function 'decompress_zstd'
John Johansen
1
-6
/
+15
2026-07-30
apparmor: Fix build failure when ZSTD_DECOMPRESS is not enabled
John Johansen
2
-1
/
+26
2026-07-29
apparmor: compressed_data not described in aa_get_data_from_compressed
John Johansen
1
-1
/
+1
2026-07-23
apparmor: switch website link to https
Baruch Siach
1
-1
/
+1
2026-07-20
apparmor: leverage audit_log_n_untrustedstring() when possible
Paul Moore
1
-4
/
+1
2026-07-15
apparmor: replace decompress_zstd() prototype with its entity
Tetsuo Handa
1
-36
/
+36
2026-06-29
apparmor: fix alternate loaders ability to load compressed policy
John Johansen
1
-3
/
+34
2026-06-29
apparmor: Initial support for compressed policies
Maxime Bélair
5
-10
/
+123
2026-06-29
apparmor: make include headers self-contained
Ryan Lee
7
-0
/
+16
2026-06-29
apparmor: fix net.h and policy.h circular include pattern
Ryan Lee
5
-1
/
+4
2026-06-23
apparmor: advertise the tcp fast open fix is applied
John Johansen
1
-0
/
+2
2026-06-23
apparmor: mediate the implicit connect of TCP fast open sendmsg
Bryam Vargas
1
-1
/
+15
2026-06-14
apparmor: fix label can not be immediately before a declaration
John Johansen
1
-1
/
+2
2026-06-13
apparmor: fix kernel-doc warnings
Rodrigo Zaiden
2
-2
/
+2
2026-06-13
apparmor: replace get_zeroed_page() with kzalloc()
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-06-13
security: apparmor: fix two spelling mistakes
Qingshuang Fu
2
-2
/
+2
2026-06-13
apparmor: fix use-after-free in rawdata dedup loop
Ruslan Valiyev
2
-2
/
+25
2026-06-13
apparmor: Fix inverted comparison in cache_hold_inc()
Eduardo Vasconcelos
1
-1
/
+1
2026-06-13
apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()
Maciek Borzecki
1
-5
/
+5
2026-06-13
apparmor: don't audit files pointing to aa_null.dentry
Georgia Garcia
1
-1
/
+1
[next]