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.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-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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
16
-91
/
+257
2025-07-20
apparmor: transition from a list of rules to a vector of rules
John Johansen
2
-16
/
+20
2025-07-20
apparmor: make sure unix socket labeling is correctly updated.
John Johansen
2
-2
/
+10
2025-07-16
apparmor: fix regression in fs based unix sockets when using old abi
John Johansen
1
-3
/
+0
2025-07-16
apparmor: fix AA_DEBUG_LABEL()
John Johansen
1
-1
/
+1
2025-07-16
apparmor: fix af_unix auditing to include all address information
John Johansen
1
-0
/
+4
2025-07-16
apparmor: Remove use of the double lock
John Johansen
2
-1
/
+1
2025-07-16
apparmor: update kernel doc comments for xxx_label_crit_section
John Johansen
1
-0
/
+8
2025-07-16
apparmor: make __begin_current_label_crit_section() indicate whether put is n...
Mateusz Guzik
1
-6
/
+15
2025-07-16
apparmor: mitigate parser generating large xtables
John Johansen
1
-0
/
+1
2025-05-26
apparmor: Document that label must be last member in struct aa_profile
John Johansen
1
-1
/
+8
2025-05-26
apparmor: fix loop detection used in conflicting attachment resolution
Ryan Lee
1
-4
/
+1
2025-05-18
apparmor: ensure WB_HISTORY_SIZE value is a power of 2
Ryan Lee
1
-1
/
+2
2025-05-17
apparmor: fix some kernel-doc issues in header files
Randy Dunlap
5
-8
/
+8
2025-02-10
apparmor: use the condition in AA_BUG_FMT even with debug disabled
Mateusz Guzik
1
-1
/
+5
2025-01-18
apparmor: gate make fine grained unix mediation behind v9 abi
John Johansen
1
-1
/
+17
2025-01-18
apparmor: add fine grained af_unix mediation
John Johansen
6
-13
/
+76
2025-01-18
apparmor: in preparation for finer networking rules rework match_prot
John Johansen
1
-2
/
+6
2025-01-18
apparmor: remove af_select macro
John Johansen
1
-10
/
+0
2025-01-18
apparmor: add ability to mediate caps with policy state machine
John Johansen
1
-0
/
+1
2025-01-18
apparmor: add support for profiles to define the kill signal
John Johansen
4
-5
/
+24
2025-01-18
apparmor: add additional flags to extended permission.
John Johansen
2
-3
/
+9
2025-01-18
apparmor: carry mediation check on label
John Johansen
3
-13
/
+25
2025-01-18
apparmor: Improve debug print infrastructure
John Johansen
2
-12
/
+27
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
1
-3
/
+2
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-1
/
+1
2024-11-27
parser: drop dead code for XXX_comb macros
John Johansen
1
-24
/
+0
2024-11-27
apparmor: Remove unused parameter L1 in macro next_comb
Jinjie Ruan
1
-2
/
+2
2024-11-27
apparmor: Remove deadcode
Dr. David Alan Gilbert
5
-10
/
+0
2024-11-27
apparmor: add support for 2^24 states to the dfa state machine.
John Johansen
1
-3
/
+5
2024-10-11
lsm: add lsmprop_to_secctx hook
Casey Schaufler
1
-0
/
+2
2024-10-11
lsm: use lsm_prop in security_audit_rule_match
Casey Schaufler
1
-1
/
+1
2024-07-29
lsm: infrastructure management of the sock security
Casey Schaufler
1
-2
/
+1
2024-07-27
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+20
2024-07-24
apparmor: try to avoid refing the label in apparmor_file_open
Mateusz Guzik
1
-0
/
+20
2024-06-13
ima: Avoid blocking in RCU read-side critical section
GUO Zihua
1
-1
/
+1
2023-11-13
AppArmor: Add selfattr hooks
Casey Schaufler
1
-1
/
+1
2023-10-19
apparmor: Fix regression in mount mediation
John Johansen
1
-2
/
+5
2023-10-19
apparmor: add io_uring mediation
Georgia Garcia
3
-1
/
+10
2023-10-19
apparmor: add user namespace creation mediation
John Johansen
3
-0
/
+8
2023-10-19
apparmor: allow restricting unprivileged change_profile
John Johansen
1
-0
/
+1
2023-10-19
apparmor: refcount the pdb
John Johansen
3
-18
/
+39
2023-10-19
apparmor: pass cred through to audit info.
John Johansen
9
-23
/
+44
2023-10-19
apparmor: rename audit_data->label to audit_data->subj_label
John Johansen
1
-1
/
+1
2023-10-19
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
3
-24
/
+27
2023-10-19
apparmor: rename SK_CTX() to aa_sock and make it an inline fn
John Johansen
1
-0
/
+5
2023-10-16
apparmor: remove unused functions in policy_ns.c/.h
Xiu Jianfeng
1
-14
/
+0
2023-08-08
apparmor: remove unused PROF_* macros
GONG, Ruiqi
1
-3
/
+0
2023-08-08
apparmor: cleanup unused functions in file.h
Xiu Jianfeng
1
-37
/
+0
2023-08-08
apparmor: cleanup unused declarations in policy.h
Xiu Jianfeng
1
-6
/
+0
[next]