summaryrefslogtreecommitdiff
path: root/include/linux/lsm_hook_defs.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-24lsm: new security_file_ioctl_compat() hookAlfred Piccioni1-0/+2
2023-11-13LSM: syscalls for current process attributesCasey Schaufler1-0/+4
2023-11-08lsm: fix default return value for inode_getsecctxOndrej Mosnacek1-1/+1
2023-11-08lsm: fix default return value for vm_enough_memoryOndrej Mosnacek1-1/+1
2023-09-14lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran1-1/+1
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran1-1/+1
2023-09-14lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran1-1/+1
2023-09-14lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran1-1/+1
2023-09-14lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran1-1/+1
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran1-1/+1
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells1-0/+1
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran1-1/+1
2023-07-14security: Constify sk in the sk_getsecid hook.Guillaume Nault1-1/+1
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu1-3/+3
2023-05-18security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni1-0/+1
2023-03-08lsm: fix a badly named parameter in security_get_getsecurity()Paul Moore1-1/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-11-05lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-1/+1
2022-10-20security: add get, remove and set acl hookChristian Brauner1-0/+6
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack1-0/+1
2022-10-07Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-10-04Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-09-02->getprocattr(): attribute name is const char *, TYVM...Al Viro1-1/+1
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain1-0/+1
2022-08-17security, lsm: Introduce security_create_user_ns()Frederick Lawler1-0/+1
2022-07-15security: Add LSM hook to setgroups() syscallMicah Morton1-0/+1
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün1-1/+1
2022-03-22Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2022-02-15security: add sctp_assoc_established hookOndrej Mosnacek1-0/+2
2022-01-29Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-01-28security, lsm: dentry_init_security() Handle multi LSM registrationVivek Goyal1-1/+1
2021-12-06security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek1-2/+0
2021-11-23lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-2/+1
2021-11-12net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore1-2/+0
2021-11-03security: add sctp_assoc_established hookXin Long1-0/+2
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long1-2/+2
2021-10-20security: Return xattr name from security_dentry_init_security()Vivek Goyal1-1/+2
2021-10-15binder: use cred instead of task for selinux checksTodd Kjos1-7/+7
2021-09-20lsm,io_uring: add LSM hooks to io_uringPaul Moore1-0/+5
2021-05-11selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan1-2/+1
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2021-04-22fs,security: Add sb_delete hookMickaël Salaün1-0/+1
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-1/+4
2021-03-22lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia1-0/+1