summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2022-09-02Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-23/+25
2022-09-02landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün-23/+25
2022-09-01->getprocattr(): attribute name is const char *, TYVM...Al Viro-5/+5
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+61
2022-08-31acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner-3/+14
2022-08-30selinux: declare read-only parameters constChristian Göttsche-29/+31
2022-08-30selinux: use int arrays for boolean valuesChristian Göttsche-5/+5
2022-08-30selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen-4/+1
2022-08-26Smack: Provide read control for io_uring_cmdCasey Schaufler-0/+32
2022-08-26selinux: implement the security_uring_cmd() LSM hookPaul Moore-1/+25
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain-0/+4
2022-08-23ima: fix blocking of security.ima xattrs of unsupported algorithmsMimi Zohar-4/+8
2022-08-21tomoyo: struct path it might get from LSM callers won't have NULL dentry or mntAl Viro-8/+3
2022-08-21tomoyo: use vsnprintf() properlyAl Viro-2/+2
2022-08-19Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+2
2022-08-16selinux: Implement userns_create hookFrederick Lawler-0/+11
2022-08-16security, lsm: Introduce security_create_user_ns()Frederick Lawler-0/+5
2022-08-16LoadPin: Return EFAULT on copy_from_user() failuresKees Cook-4/+2
2022-08-15lsm: clean up redundant NULL pointer checkXiu Jianfeng-13/+1
2022-08-10Merge tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-338/+486
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-6/+6
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-29/+23
2022-08-02Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linuxLinus Torvalds-9/+35
2022-08-02Merge tag 'Smack-for-6.0' of https://github.com/cschaufler/smack-nextLinus Torvalds-12/+2
2022-08-02Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-13/+19
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+182
2022-08-01smack: Remove the redundant lsm_inode_allocXiu Jianfeng-7/+0
2022-08-01smack: Replace kzalloc + strncpy with kstrndupGONG, Ruiqi-5/+2
2022-08-01Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-08-01Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+10
2022-07-20apparmor: correct config reference to intended oneLukas Bulwahn-1/+1
2022-07-20lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg-0/+4
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen-128/+133
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen-5/+25
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen-8/+20
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen-2/+2
2022-07-19apparmor: fix setting unconfined mode on a loaded profileJohn Johansen-5/+7
2022-07-19apparmor: Fix some kernel-doc commentsYang Li-6/+6
2022-07-19apparmor: Mark alloc_unconfined() as staticSouptick Joarder (HPE)-1/+1
2022-07-15LSM: SafeSetID: Add setgroups() security policy handlingMicah Morton-9/+30
2022-07-15security: Add LSM hook to setgroups() syscallMicah Morton-0/+5
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+10
2022-07-13apparmor: disable showing the mode as part of a secid to secctxJohn Johansen-6/+20
2022-07-13apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox-32/+13
2022-07-13apparmor: add a kernel label to use on kernel objectsJohn Johansen-13/+37
2022-07-13evm: Use IS_ENABLED to initialize .enabledXiu Jianfeng-29/+23
2022-07-13ima: Fix potential memory leak in ima_init_crypto()Jianglei Nie-0/+1
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu-0/+2
2022-07-09apparmor: test: Remove some casts which are no-longer requiredDavid Gow-6/+6
2022-07-09apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng-1/+1