index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
include
(
follow
)
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/kernel/git/jj/linux-apparmor
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-15
apparmor: fix regression in fs based unix sockets when using old abi
John Johansen
1
-3
/
+0
2025-07-15
apparmor: fix AA_DEBUG_LABEL()
John Johansen
1
-1
/
+1
2025-07-15
apparmor: fix af_unix auditing to include all address information
John Johansen
1
-0
/
+4
2025-07-15
apparmor: Remove use of the double lock
John Johansen
2
-1
/
+1
2025-07-15
apparmor: update kernel doc comments for xxx_label_crit_section
John Johansen
1
-0
/
+8
2025-07-15
apparmor: make __begin_current_label_crit_section() indicate whether put is needed
Mateusz Guzik
1
-6
/
+15
2025-07-15
apparmor: mitigate parser generating large xtables
John Johansen
1
-0
/
+1
2025-05-25
apparmor: Document that label must be last member in struct aa_profile
John Johansen
1
-1
/
+8
2025-05-25
apparmor: fix loop detection used in conflicting attachment resolution
Ryan Lee
1
-4
/
+1
2025-05-17
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-26
parser: drop dead code for XXX_comb macros
John Johansen
1
-24
/
+0
2024-11-26
apparmor: Remove unused parameter L1 in macro next_comb
Jinjie Ruan
1
-2
/
+2
2024-11-26
apparmor: Remove deadcode
Dr. David Alan Gilbert
5
-10
/
+0
2024-11-26
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/kernel/git/jj/linux-apparmor
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-12
AppArmor: Add selfattr hooks
Casey Schaufler
1
-1
/
+1
2023-10-18
apparmor: Fix regression in mount mediation
John Johansen
1
-2
/
+5
2023-10-18
apparmor: add io_uring mediation
Georgia Garcia
3
-1
/
+10
2023-10-18
apparmor: add user namespace creation mediation
John Johansen
3
-0
/
+8
2023-10-18
apparmor: allow restricting unprivileged change_profile
John Johansen
1
-0
/
+1
2023-10-18
apparmor: refcount the pdb
John Johansen
3
-18
/
+39
2023-10-18
apparmor: pass cred through to audit info.
John Johansen
9
-23
/
+44
2023-10-18
apparmor: rename audit_data->label to audit_data->subj_label
John Johansen
1
-1
/
+1
2023-10-18
apparmor: combine common_audit_data and apparmor_audit_data
John Johansen
3
-24
/
+27
2023-10-18
apparmor: rename SK_CTX() to aa_sock and make it an inline fn
John Johansen
1
-0
/
+5
2023-10-15
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]