- 08e3083 Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 2 years, 1 month ago
- 0d57b97 security: Remove security_old_inode_init_security() by Roberto Sassu · 2 years, 3 months ago
- f22f9aa selinux: remove the runtime disable functionality by Paul Moore · 2 years, 3 months ago
- 42994ee security: Introduce LSM_ORDER_LAST and set it for the integrity LSM by Roberto Sassu · 2 years, 3 months ago
- b3816cf lsm: fix a badly named parameter in security_get_getsecurity() by Paul Moore · 2 years, 3 months ago
- 1e2523d lsm: fix doc warnings in the LSM hook comments by Paul Moore · 2 years, 3 months ago
- 63c1845 lsm: styling fixes to security/security.c by Paul Moore · 2 years, 4 months ago
- e261301c lsm: move the remaining LSM hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 1cd2aca lsm: move the io_uring hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 452b670 lsm: move the perf hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 55e8532 lsm: move the bpf hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- b14faf9 lsm: move the audit hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 1427ddb lsm: move the binder hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 43fad28 lsm: move the sysv hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- ecc419a lsm: move the key hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 742b994 lsm: move the xfrm hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- ac318ae lsm: move the Infiniband hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 4a49f59 lsm: move the SCTP hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 6b6bbe8 lsm: move the socket hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 2c2442f lsm: move the AF_UNIX hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 2bcf51b lsm: move the netlink hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 130c53b lsm: move the task hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- a0fd648 lsm: move the file hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 9348944 lsm: move the kernfs hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 916e3258 lsm: move the inode hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 08526a9 lsm: move the filesystem hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 36819f1 lsm: move the fs_context hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 1661372 lsm: move the program execution hook comments to security/security.c by Paul Moore · 2 years, 4 months ago
- 67e2dcf Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 2 years, 3 months ago
- 4971c26 ima: Align ima_file_mmap() parameters with mmap_file LSM hook by Roberto Sassu · 2 years, 4 months ago
- 700b794 fs: port acl to mnt_idmap by Christian Brauner · 2 years, 5 months ago
- 39f60c1 fs: port xattr to mnt_idmap by Christian Brauner · 2 years, 5 months ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 5 months ago
- c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 5 months ago
- c76ff35 Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 2 years, 6 months ago
- 299e2b19 Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 2 years, 6 months ago
- 86ef3c7 LSM: Better reporting of actual LSMs at boot by Kees Cook · 2 years, 7 months ago
- b10b9c3 lsm: make security_socket_getpeersec_stream() sockptr_t safe by Paul Moore · 2 years, 8 months ago
- e61b135 integrity: implement get and set acl hook by Christian Brauner · 2 years, 8 months ago
- 72b3897 security: add get, remove and set acl hook by Christian Brauner · 2 years, 8 months ago
- b9f5ce2 landlock: Support file truncation by Günther Noack · 2 years, 8 months ago
- 3350607 security: Create file_truncate hook from path_truncate hook by Günther Noack · 2 years, 8 months ago
- 4899a36 Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 2 years, 8 months ago
- 4c0ed7d Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 8 months ago
- 26b8440 Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 2 years, 8 months ago
- b8f3e48 powerpc/rtas: block error injection when locked down by Nathan Lynch · 2 years, 8 months ago
- 99df7a2 powerpc/pseries: block untrusted device tree changes when locked down by Nathan Lynch · 2 years, 8 months ago
- c8e477c ->getprocattr(): attribute name is const char *, TYVM... by Al Viro · 3 years, 4 months ago
- 2a58401 lsm,io_uring: add LSM hooks for the new uring_cmd file op by Luis Chamberlain · 2 years, 11 months ago
- 7cd4c5c security, lsm: Introduce security_create_user_ns() by Frederick Lawler · 2 years, 10 months ago
- 87fe1ad Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linux by Linus Torvalds · 2 years, 10 months ago
- fcfe0ac security: Add LSM hook to setgroups() syscall by Micah Morton · 3 years ago
- 0e363cf security: pass down mount idmapping to setattr hook by Christian Brauner · 3 years ago
- cb44e4f Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux by Linus Torvalds · 3 years ago
- efd1df1 Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years ago
- 0bf13a8 Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years ago
- eadb2f4 lockdown: also lock down previous kgdb use by Daniel Thompson · 3 years ago
- 100f59d LSM: Remove double path_rename hook calls for RENAME_EXCHANGE by Mickaël Salaün · 3 years, 1 month ago
- 1af0e4a security: declare member holding string literal const by Christian Göttsche · 3 years, 4 months ago
- 75c1182 security: don't treat structure as an array of struct hlist_head by Bill Wendling · 3 years, 2 months ago
- c269497d2 Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 2 months ago
- 5e50f5d security: add sctp_assoc_established hook by Ondrej Mosnacek · 3 years, 4 months ago
- d1e7f09 Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 3 years, 4 months ago
- 7f5056b security, lsm: dentry_init_security() Handle multi LSM registration by Vivek Goyal · 3 years, 4 months ago
- ecff305 LSM: general protection fault in legacy_parse_param by Casey Schaufler · 3 years, 4 months ago
- 52f982f security,selinux: remove security_add_mnt_opt() by Ondrej Mosnacek · 3 years, 6 months ago
- 6326948 lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() by Paul Moore · 3 years, 8 months ago
- 32a370a net,lsm,selinux: revert the security_sctp_assoc_established() hook by Paul Moore · 3 years, 7 months ago
- 7c2ef02 security: add sctp_assoc_established hook by Xin Long · 3 years, 7 months ago
- c081d53 security: pass asoc to sctp_assoc_request and sctp_sk_clone by Xin Long · 3 years, 7 months ago
- 15bf323 security: Return xattr name from security_dentry_init_security() by Vivek Goyal · 3 years, 8 months ago
- 52f8869 binder: use cred instead of task for selinux checks by Todd Kjos · 3 years, 8 months ago
- 86dd9fd LSM: Avoid warnings about potentially unused hook variables by Kees Cook · 3 years, 8 months ago
- cdc1404 lsm,io_uring: add LSM hooks to io_uring by Paul Moore · 4 years, 4 months ago
- 51e1bb9 bpf: Add lockdown check for probe_write_user helper by Daniel Borkmann · 3 years, 10 months ago
- 7133084 bpf: Add _kernel suffix to internal lockdown_bpf_read by Daniel Borkmann · 3 years, 10 months ago
- 6bd344e Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years ago
- 7e135dc evm: Pass user namespace to set/remove xattr hooks by Roberto Sassu · 4 years, 1 month ago
- 8a92280 selinux: delete selinux_xfrm_policy_lookup() useless argument by Zhongjun Tan · 4 years, 2 months ago
- 17ae69a Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 1 month ago
- 83e804f fs,security: Add sb_delete hook by Mickaël Salaün · 4 years, 1 month ago
- 1aea780 LSM: Infrastructure management of the superblock by Casey Schaufler · 4 years, 1 month ago
- 4ebd765 lsm: separate security_task_getsecid() into subjective and objective variants by Paul Moore · 4 years, 3 months ago
- 69c4a42 lsm,selinux: add new hook to compare new mount to an existing mount by Olga Kornievskaia · 4 years, 3 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
- 71bc356 commoncap: handle idmapped mounts by Christian Brauner · 4 years, 4 months ago
- 215b674b security: add inode_init_security_anon() LSM hook by Lokesh Gidra · 4 years, 5 months ago
- ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 6 months ago
- e2437ac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by Jakub Kicinski · 4 years, 6 months ago
- 41dd959 security: add const qualifier to struct sock in various places by Florian Westphal · 4 years, 6 months ago
- c7a5899 xfrm: redact SA secret with lockdown confidentiality by Antony Antony · 4 years, 7 months ago
- 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 8 months ago
- 2039bda LSM: Add "contents" flag to kernel_read_file hook by Kees Cook · 4 years, 8 months ago
- b64fcae LSM: Introduce kernel_post_load_data() hook by Kees Cook · 4 years, 8 months ago
- b89999d0 fs/kernel_read_file: Split into separate include file by Scott Branden · 4 years, 8 months ago
- 23e390c security: Fix hook iteration and default value for inode_copy_up_xattr by KP Singh · 5 years ago
- 4a87b19 Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux by Linus Torvalds · 5 years ago
- 39030e1 security: Add LSM hooks to set*gid syscalls by Thomas Cedeno · 5 years ago
- 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 52435c8 Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 5 years ago