index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'apparmor-pr-2026-08-26' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4 days
apparmor: policy_int make sure list heads are initialized before fail path
John Johansen
7 days
Merge tag 'for-next-keys-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9 days
Merge tag 'landlock-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10 days
KEYS: trusted: Fix TPM teardown ordering
Chengfeng Ye
11 days
Merge tag 'integrity-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
11 days
Merge tag 'Smack-for-7.3' of https://github.com/cschaufler/smack-next
Linus Torvalds
11 days
Merge tag 'lsm-pr-20260814' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11 days
Merge tag 'selinux-pr-20260814' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13 days
landlock: Add tracepoints for ptrace and scope denials
Mickaël Salaün
13 days
landlock: Add landlock_deny_access_fs and landlock_deny_access_net
Mickaël Salaün
13 days
landlock: Add tracepoints for rule checking
Mickaël Salaün
13 days
landlock: Add landlock_enforce_domain tracepoint
Mickaël Salaün
13 days
landlock: Add create_domain and free_domain tracepoints
Mickaël Salaün
13 days
landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
Mickaël Salaün
13 days
landlock: Add create_ruleset and free_ruleset tracepoints
Mickaël Salaün
13 days
landlock: Consolidate access-right and scope names in a shared header
Mickaël Salaün
13 days
landlock: Decouple the per-denial logging decision from CONFIG_AUDIT
Mickaël Salaün
13 days
landlock: Split denial logging from audit into common framework
Mickaël Salaün
13 days
landlock: Split struct landlock_domain from struct landlock_ruleset
Mickaël Salaün
13 days
landlock: Move domain query functions to domain.c
Mickaël Salaün
13 days
landlock: Prepare ruleset and domain type split
Mickaël Salaün
2026-08-15
apparmor: fix deadlock in complain-mode change_hat
John Johansen
2026-08-15
landlock: Add LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
Justin Suess
2026-08-15
landlock: Check landlock_restrict_self(2)'s flags before privileges
Justin Suess
2026-08-15
landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation
Günther Noack
2026-08-14
landlock: Harden sock_is_scoped() against file-less sockets
Mickaël Salaün
2026-08-10
apparmor: constify aa_label parameters on read-only query helpers
John Johansen
2026-08-10
apparmor: constify aa_dfa parameters on read-only compute paths
John Johansen
2026-08-10
apparmor: constify aa_profile parameters on read-only compute paths
John Johansen
2026-08-10
apparmor: constify aa_perms parameters that are read-only
John Johansen
2026-08-10
apparmor: drop use of _confined variant for iteration
John Johansen
2026-08-10
apparmor: refactory mount to use check_perms
John Johansen
2026-08-10
apparmor: fix auditing of mount binary data
John Johansen
2026-08-10
apparmor: add audit mode to provide a mechanism to silence complain messages
John Johansen
2026-08-10
apparmor: mark static tables and structs as read only
John Johansen
2026-08-10
apparmor: fix error debug output in fn_label_build
John Johansen
2026-08-10
apparmor: make table entry count last enum for static tables
John Johansen
2026-08-10
apparmor: fix race condition in label replacement
John Johansen
2026-08-10
apparmor: refactor xattr attachment, to take the file path
John Johansen
2026-08-10
apparmor: fix unconfined user namespace restriction forced stack
John Johansen
2026-08-10
apparmor: reserve mediation class for packet mediation
John Johansen
2026-08-10
apparmor: move sock_rcv_skb() next to inet_conn_request
John Johansen
2026-08-10
apparmor: move netfilter functions next to the LSM network operations
John Johansen
2026-08-10
apparmor: refactor network socket mediation to support compatibility
John Johansen
2026-08-10
apparmor: push inet mediation into profile callbacks, and improve auditing
John Johansen
2026-08-10
apparmor: refactor network sock mediation in preparation for inet mediation
John Johansen
2026-08-10
apparmor: make MEDIATES_AF_UNIX its own fn
John Johansen
2026-08-10
apparmor: fix error handling for copy_from_user in policy_update
John Johansen
2026-08-10
apparmor: fix out-of-bounds write when null terminating a label vec
Hyunwoo Kim
[next]