index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
apparmor: fix deadlock in complain-mode change_hat
John Johansen
1
-0
/
+3
2026-08-10
apparmor: constify aa_label parameters on read-only query helpers
John Johansen
1
-11
/
+12
2026-08-10
apparmor: constify aa_dfa parameters on read-only compute paths
John Johansen
2
-8
/
+10
2026-08-10
apparmor: constify aa_profile parameters on read-only compute paths
John Johansen
4
-5
/
+5
2026-08-10
apparmor: constify aa_perms parameters that are read-only
John Johansen
2
-6
/
+7
2026-08-10
apparmor: refactory mount to use check_perms
John Johansen
1
-0
/
+5
2026-08-10
apparmor: add audit mode to provide a mechanism to silence complain messages
John Johansen
1
-0
/
+1
2026-08-10
apparmor: mark static tables and structs as read only
John Johansen
3
-4
/
+4
2026-08-10
apparmor: fix error debug output in fn_label_build
John Johansen
1
-2
/
+2
2026-08-10
apparmor: make table entry count last enum for static tables
John Johansen
2
-3
/
+3
2026-08-10
apparmor: reserve mediation class for packet mediation
John Johansen
1
-0
/
+1
2026-08-10
apparmor: refactor network sock mediation in preparation for inet mediation
John Johansen
2
-3
/
+40
2026-08-10
apparmor: make MEDIATES_AF_UNIX its own fn
John Johansen
1
-1
/
+5
2026-08-10
apparmor: fix out-of-bounds write when null terminating a label vec
Hyunwoo Kim
1
-3
/
+3
2026-08-07
apparmor: optimize current_label_crit_section() with needput
John Johansen
1
-8
/
+8
2026-08-06
apparmor: fix cred UAF caused by begin_current_label_crit_section()
Jann Horn
2
-9
/
+12
2026-06-29
apparmor: Initial support for compressed policies
Maxime Bélair
2
-2
/
+4
2026-06-29
apparmor: make include headers self-contained
Ryan Lee
6
-0
/
+15
2026-06-29
apparmor: fix net.h and policy.h circular include pattern
Ryan Lee
1
-1
/
+0
2026-06-13
apparmor: fix kernel-doc warnings
Rodrigo Zaiden
1
-1
/
+1
2026-06-13
apparmor: fix use-after-free in rawdata dedup loop
Ruslan Valiyev
1
-0
/
+19
2026-06-13
apparmor: remove or add symlinks to rawdata according to export_binary
Georgia Garcia
1
-0
/
+12
2026-06-13
apparmor: make fn_label_build() capable of handling not supported
John Johansen
1
-5
/
+8
2026-06-13
apparmor: change fn_label_build() call to not return NULL
John Johansen
1
-6
/
+6
2026-06-13
apparmor: add a conditional version of get_newest_label
John Johansen
1
-0
/
+32
2026-03-09
apparmor: fix race between freeing data and fs accessing it
John Johansen
4
-15
/
+27
2026-03-09
apparmor: fix race on rawdata dereference
John Johansen
1
-28
/
+43
2026-03-09
apparmor: fix differential encoding verification
John Johansen
1
-0
/
+1
2026-03-09
apparmor: fix unprivileged local user can do privileged policy management
John Johansen
1
-1
/
+1
2026-03-09
apparmor: fix: limit the number of levels of policy namespaces
John Johansen
1
-0
/
+2
2026-01-29
apparmor: split xxx_in_ns into its two separate semantic use cases
John Johansen
1
-3
/
+16
2026-01-29
apparmor: refactor/cleanup cred helper fns.
John Johansen
1
-31
/
+69
2026-01-29
apparmor: fix label and profile debug macros
John Johansen
1
-1
/
+3
2026-01-29
apparmor: add support loading per permission tagging
John Johansen
3
-6
/
+33
2026-01-22
apparmor: make str table more generic and be able to have multiple entries
John Johansen
1
-2
/
+9
2026-01-22
apparmor: Fix & Optimize table creation from possibly unaligned memory
Helge Deller
1
-5
/
+7
2025-10-22
apparmor: move initcalls to the LSM framework
Paul Moore
2
-0
/
+3
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
-90
/
+256
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
[next]