index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
apparmor: policy_int make sure list heads are initialized before fail path
John Johansen
1
-2
/
+2
2026-08-16
apparmor: fix deadlock in complain-mode change_hat
John Johansen
3
-14
/
+37
2026-08-11
apparmor: constify aa_label parameters on read-only query helpers
John Johansen
2
-20
/
+23
2026-08-11
apparmor: constify aa_dfa parameters on read-only compute paths
John Johansen
8
-32
/
+37
2026-08-11
apparmor: constify aa_profile parameters on read-only compute paths
John Johansen
10
-23
/
+25
2026-08-11
apparmor: constify aa_perms parameters that are read-only
John Johansen
6
-10
/
+11
2026-08-11
apparmor: drop use of _confined variant for iteration
John Johansen
1
-7
/
+7
2026-08-11
apparmor: refactory mount to use check_perms
John Johansen
4
-168
/
+144
2026-08-11
apparmor: fix auditing of mount binary data
John Johansen
1
-2
/
+2
2026-08-11
apparmor: add audit mode to provide a mechanism to silence complain messages
John Johansen
4
-10
/
+22
2026-08-11
apparmor: mark static tables and structs as read only
John Johansen
8
-20
/
+22
2026-08-11
apparmor: fix error debug output in fn_label_build
John Johansen
1
-2
/
+2
2026-08-11
apparmor: make table entry count last enum for static tables
John Johansen
3
-5
/
+5
2026-08-11
apparmor: fix race condition in label replacement
John Johansen
1
-12
/
+48
2026-08-11
apparmor: refactor xattr attachment, to take the file path
John Johansen
1
-15
/
+19
2026-08-11
apparmor: fix unconfined user namespace restriction forced stack
John Johansen
1
-26
/
+54
2026-08-11
apparmor: reserve mediation class for packet mediation
John Johansen
2
-1
/
+2
2026-08-11
apparmor: move sock_rcv_skb() next to inet_conn_request
John Johansen
1
-36
/
+33
2026-08-11
apparmor: move netfilter functions next to the LSM network operations
John Johansen
1
-44
/
+46
2026-08-11
apparmor: refactor network socket mediation to support compatibility
John Johansen
1
-8
/
+10
2026-08-11
apparmor: push inet mediation into profile callbacks, and improve auditing
John Johansen
2
-13
/
+497
2026-08-11
apparmor: refactor network sock mediation in preparation for inet mediation
John Johansen
6
-22
/
+190
2026-08-11
apparmor: make MEDIATES_AF_UNIX its own fn
John Johansen
3
-9
/
+13
2026-08-11
apparmor: fix error handling for copy_from_user in policy_update
John Johansen
1
-3
/
+3
2026-08-11
apparmor: fix out-of-bounds write when null terminating a label vec
Hyunwoo Kim
1
-3
/
+3
2026-08-10
apparmor: fix integer overflow in verify_tags() bounds check
Fabrice Derepas
1
-1
/
+1
2026-08-08
apparmor: optimize current_label_crit_section() with needput
John Johansen
5
-58
/
+84
2026-08-07
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-03
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-30
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-21
apparmor: leverage audit_log_n_untrustedstring() when possible
Paul Moore
1
-4
/
+1
2026-07-16
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-24
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-15
apparmor: fix label can not be immediately before a declaration
John Johansen
1
-1
/
+2
2026-06-14
apparmor: fix kernel-doc warnings
Rodrigo Zaiden
2
-2
/
+2
2026-06-14
apparmor: replace get_zeroed_page() with kzalloc()
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-06-14
security: apparmor: fix two spelling mistakes
Qingshuang Fu
2
-2
/
+2
2026-06-14
apparmor: fix use-after-free in rawdata dedup loop
Ruslan Valiyev
2
-2
/
+25
2026-06-14
apparmor: Fix inverted comparison in cache_hold_inc()
Eduardo Vasconcelos
1
-1
/
+1
2026-06-14
apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()
Maciek Borzecki
1
-5
/
+5
2026-06-14
apparmor: don't audit files pointing to aa_null.dentry
Georgia Garcia
1
-1
/
+1
[next]