index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
Age
Commit message (
Expand
)
Author
2026-03-13
apparmor: fix race between freeing data and fs accessing it
John Johansen
2026-03-13
apparmor: fix race on rawdata dereference
John Johansen
2026-03-13
apparmor: fix differential encoding verification
John Johansen
2026-03-13
apparmor: fix unprivileged local user can do privileged policy management
John Johansen
2026-03-13
apparmor: Fix double free of ns_name in aa_replace_profiles()
John Johansen
2026-03-13
apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Massimiliano Pellizzer
2026-03-13
apparmor: fix side-effect bug in match_char() macro usage
Massimiliano Pellizzer
2026-03-13
apparmor: fix: limit the number of levels of policy namespaces
John Johansen
2026-03-13
apparmor: replace recursive profile removal with iterative approach
Massimiliano Pellizzer
2026-03-13
apparmor: fix memory leak in verify_header
Massimiliano Pellizzer
2026-03-13
apparmor: validate DFA start states are in bounds in unpack_pdb
Massimiliano Pellizzer
2026-03-04
apparmor: fix aa_label to return state from compount and component match
John Johansen
2026-03-04
apparmor: fix invalid deref of rawdata when export_binary is unset
Georgia Garcia
2026-03-04
apparmor: avoid per-cpu hold underflow in aa_get_buffer
Zhengmian Hu
2026-03-04
apparmor: make label_match return a consistent value
John Johansen
2026-03-04
apparmor: remove apply_modes_to_perms from label_match
John Johansen
2026-03-04
apparmor: fix rlimit for posix cpu timers
John Johansen
2026-03-04
apparmor: return -ENOMEM in unpack_perms_table upon alloc failure
Ryan Lee
2026-03-04
apparmor: Fix & Optimize table creation from possibly unaligned memory
Helge Deller
2026-03-04
AppArmor: Allow apparmor to handle unaligned dfa tables
Helge Deller
2026-03-04
apparmor: fix NULL sock in aa_sock_file_perm
John Johansen
2025-08-28
apparmor: Fix 8-byte alignment for initial dfa blob streams
Helge Deller
2025-08-20
apparmor: fix x_table_lookup when stacking is not the first entry
John Johansen
2025-08-20
apparmor: use the condition in AA_BUG_FMT even with debug disabled
Mateusz Guzik
2025-08-20
apparmor: shift ouid when mediating hard links in userns
Gabriel Totev
2025-08-15
apparmor: Fix unaligned memory accesses in KUnit test
Helge Deller
2025-08-15
apparmor: fix loop detection used in conflicting attachment resolution
Ryan Lee
2025-08-15
apparmor: ensure WB_HISTORY_SIZE value is a power of 2
Ryan Lee
2025-01-23
apparmor: allocate xmatch for nullpdb inside aa_alloc_null
Ryan Lee
2024-12-05
apparmor: test: Fix memory leak for aa_unpack_strdup()
Jinjie Ruan
2024-12-05
apparmor: fix 'Do simple duplicate message elimination'
chao liu
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-16
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-08-25
apparmor: fix policy_unpack_test on big endian systems
Guenter Roeck
2024-07-29
lsm: infrastructure management of the sock security
Casey Schaufler
2024-07-27
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
apparmor: unpack transition table if dfa is not present
Georgia Garcia
2024-07-24
apparmor: try to avoid refing the label in apparmor_file_open
Mateusz Guzik
2024-07-24
apparmor: test: add MODULE_DESCRIPTION()
Jeff Johnson
2024-07-24
apparmor: take nosymfollow flag into account
Alexander Mikhalitsyn
2024-06-13
ima: Avoid blocking in RCU read-side critical section
GUO Zihua
2024-05-10
apparmor: fix possible NULL pointer dereference
Leesoo Ahn
2024-05-10
apparmor: fix typo in kernel doc
Christian Göttsche
2024-05-10
apparmor: remove useless static inline function is_deleted
Colin Ian King
2024-05-10
apparmor: use kvfree_sensitive to free data->data
Fedor Pchelkin
2024-05-10
apparmor: Fix null pointer deref when receiving skb during sock creation
Xiao Liang
2024-04-15
lsm: remove the now superfluous sentinel element from ctl_table array
Joel Granados
2024-03-14
lsm: use 32-bit compatible data types in LSM syscalls
Casey Schaufler
2024-02-27
Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]