aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lsm_hooks.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh1-9/+43
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers1-0/+1
2024-08-12lsm: cleanup lsm_hooks.hPaul Moore1-44/+43
2024-07-29lsm: infrastructure management of the perf_event security blobCasey Schaufler1-0/+1
2024-07-29lsm: infrastructure management of the infiniband blobCasey Schaufler1-0/+1
2024-07-29lsm: infrastructure management of the dev_tun blobCasey Schaufler1-0/+1
2024-07-29lsm: infrastructure management of the key security blobCasey Schaufler1-0/+1
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler1-0/+1
2023-11-12LSM: syscalls for current process attributesCasey Schaufler1-0/+1
2023-11-12LSM: Identify modules by more than nameCasey Schaufler1-2/+14
2023-07-10security: Allow all LSMs to provide xattrs for inode_init_security hookRoberto Sassu1-0/+20
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1624/+1
2023-03-24selinux: clean up dead code after removing runtime disableLukas Bulwahn1-23/+0
2023-03-20selinux: remove the runtime disable functionalityPaul Moore1-7/+0
2023-03-10security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu1-0/+1
2023-03-06lsm: move the remaining LSM hook comments to security/security.cPaul Moore1-168/+0
2023-03-06lsm: move the io_uring hook comments to security/security.cPaul Moore1-17/+0
2023-03-06lsm: move the perf hook comments to security/security.cPaul Moore1-17/+0
2023-03-06lsm: move the bpf hook comments to security/security.cPaul Moore1-36/+0
2023-03-06lsm: move the audit hook comments to security/security.cPaul Moore1-32/+0
2023-03-06lsm: move the binder hook comments to security/security.cPaul Moore1-22/+0
2023-03-06lsm: move the sysv hook comments to security/security.cPaul Moore1-141/+0
2023-03-06lsm: move the key hook comments to security/security.cPaul Moore1-32/+0
2023-03-06lsm: move the xfrm hook comments to security/security.cPaul Moore1-73/+0
2023-03-06lsm: move the Infiniband hook comments to security/security.cPaul Moore1-22/+0
2023-03-06lsm: move the SCTP hook comments to security/security.cPaul Moore1-33/+0
2023-03-06lsm: move the socket hook comments to security/security.cPaul Moore1-191/+0
2023-03-06lsm: move the AF_UNIX hook comments to security/security.cPaul Moore1-26/+0
2023-03-06lsm: move the netlink hook comments to security/security.cPaul Moore1-13/+0
2023-03-06lsm: move the task hook comments to security/security.cPaul Moore1-210/+0
2023-03-06lsm: move the file hook comments to security/security.cPaul Moore1-104/+0
2023-03-06lsm: move the kernfs hook comments to security/security.cPaul Moore1-9/+0
2023-03-06lsm: move the inode hook comments to security/security.cPaul Moore1-303/+0
2023-03-06lsm: move the filesystem hook comments to security/security.cPaul Moore1-106/+0
2023-03-06lsm: move the fs_context hook comments to security/security.cPaul Moore1-17/+0
2023-03-06lsm: move the program execution hook comments to security/security.cPaul Moore1-52/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-99/+142
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+9
2022-12-09lsm: Fix description of fs_context_parse_paramRoberto Sassu1-3/+0
2022-12-06lsm: Add/fix return values in lsm_hooks.h and fix formattingRoberto Sassu1-83/+138
2022-12-06lsm: Clarify documentation of vm_enough_memory hookRoberto Sassu1-1/+5
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-2/+2
2022-10-25lsm: remove obsoleted comments for security hooksGaosheng Cui1-13/+0
2022-10-20security: add get, remove and set acl hookChristian Brauner1-0/+12
2022-10-19security: Create file_truncate hook from path_truncate hookGünther Noack1-1/+9
2022-10-03Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain1-0/+3
2022-08-16security, lsm: Introduce security_create_user_ns()Frederick Lawler1-0/+4
2022-07-15security: Add LSM hook to setgroups() syscallMicah Morton1-0/+7