index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
apparmor: fix race between freeing data and fs accessing it
John Johansen
7
-101
/
+153
10 days
apparmor: fix race on rawdata dereference
John Johansen
4
-57
/
+93
10 days
apparmor: fix differential encoding verification
John Johansen
2
-4
/
+20
10 days
apparmor: fix unprivileged local user can do privileged policy management
John Johansen
3
-9
/
+43
10 days
apparmor: Fix double free of ns_name in aa_replace_profiles()
John Johansen
1
-0
/
+1
10 days
apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Massimiliano Pellizzer
1
-2
/
+3
10 days
apparmor: fix side-effect bug in match_char() macro usage
Massimiliano Pellizzer
1
-10
/
+20
10 days
apparmor: fix: limit the number of levels of policy namespaces
John Johansen
2
-0
/
+4
10 days
apparmor: replace recursive profile removal with iterative approach
Massimiliano Pellizzer
1
-3
/
+27
10 days
apparmor: fix memory leak in verify_header
Massimiliano Pellizzer
1
-1
/
+0
10 days
apparmor: validate DFA start states are in bounds in unpack_pdb
Massimiliano Pellizzer
1
-1
/
+11
2026-03-04
apparmor: fix aa_label to return state from compount and component match
John Johansen
1
-6
/
+6
2026-03-04
apparmor: fix invalid deref of rawdata when export_binary is unset
Georgia Garcia
1
-0
/
+9
2026-03-04
apparmor: make label_match return a consistent value
John Johansen
1
-11
/
+9
2026-03-04
apparmor: remove apply_modes_to_perms from label_match
John Johansen
1
-3
/
+0
2026-03-04
apparmor: refcount the pdb
John Johansen
15
-210
/
+260
2026-03-04
apparmor: provide separate audit messages for file and policy checks
John Johansen
1
-5
/
+11
2026-03-04
apparmor: use passed in gfp flags in aa_alloc_null()
Dan Carpenter
1
-2
/
+2
2026-03-04
apparmor: fix rlimit for posix cpu timers
John Johansen
1
-0
/
+5
2026-03-04
apparmor: return -ENOMEM in unpack_perms_table upon alloc failure
Ryan Lee
1
-2
/
+4
2026-03-04
apparmor: fix NULL sock in aa_sock_file_perm
John Johansen
1
-2
/
+4
2025-08-28
apparmor: use the condition in AA_BUG_FMT even with debug disabled
Mateusz Guzik
1
-1
/
+5
2025-08-28
apparmor: shift ouid when mediating hard links in userns
Gabriel Totev
1
-2
/
+4
2025-08-15
apparmor: fix loop detection used in conflicting attachment resolution
Ryan Lee
2
-15
/
+12
2025-08-15
apparmor: ensure WB_HISTORY_SIZE value is a power of 2
Ryan Lee
2
-1
/
+3
2024-12-09
apparmor: test: Fix memory leak for aa_unpack_strdup()
Jinjie Ruan
1
-0
/
+6
2024-12-09
apparmor: fix 'Do simple duplicate message elimination'
chao liu
1
-0
/
+2
2024-09-08
apparmor: fix possible NULL pointer dereference
Leesoo Ahn
1
-0
/
+4
2024-09-04
apparmor: fix policy_unpack_test on big endian systems
Guenter Roeck
1
-3
/
+3
2024-08-03
apparmor: Fix null pointer deref when receiving skb during sock creation
Xiao Liang
1
-0
/
+7
2024-08-03
apparmor: use kvfree_sensitive to free data->data
Fedor Pchelkin
2
-1
/
+2
2024-07-11
ima: Avoid blocking in RCU read-side critical section
GUO Zihua
2
-4
/
+4
2024-01-25
apparmor: avoid crash when parsed profile name is empty
Fedor Pchelkin
1
-0
/
+4
2024-01-25
apparmor: fix possible memory leak in unpack_trans_table
Fedor Pchelkin
2
-4
/
+4
2024-01-25
apparmor: Fix ref count leak in task_kill
John Johansen
1
-1
/
+0
2024-01-10
apparmor: Fix move_mount mediation by detecting if source is detached
John Johansen
2
-0
/
+5
2023-11-28
apparmor: Fix regression in mount mediation
John Johansen
3
-22
/
+51
2023-11-28
apparmor: pass cred through to audit info.
John Johansen
20
-211
/
+388
2023-11-28
apparmor: rename audit_data->label to audit_data->subj_label
John Johansen
10
-18
/
+17
2023-11-28
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
15
-245
/
+257
2023-11-28
apparmor: Fix kernel-doc warnings in apparmor/policy.c
Gaosheng Cui
1
-7
/
+10
2023-11-28
apparmor: Fix kernel-doc warnings in apparmor/resource.c
Gaosheng Cui
1
-4
/
+4
2023-11-28
apparmor: Fix kernel-doc warnings in apparmor/lib.c
Gaosheng Cui
1
-2
/
+2
2023-11-28
apparmor: Fix kernel-doc warnings in apparmor/audit.c
Gaosheng Cui
1
-0
/
+1
2023-11-20
apparmor: fix invalid reference on profile->disconnected
Georgia Garcia
2
-2
/
+4
2023-08-30
Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-08-08
lsm: constify the 'target' parameter in security_capget()
Khadija Kamran
1
-1
/
+1
2023-07-24
apparmor: convert to ctime accessor functions
Jeff Layton
2
-5
/
+5
2023-07-10
apparmor: update ctime whenever the mtime changes on an inode
Jeff Layton
2
-6
/
+12
2023-07-07
Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-68
/
+110
[next]