summaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_hook_defs.h
Commit message (Expand)AuthorAgeFilesLines
* lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler2024-10-111-0/+2
* lsm: use lsm_prop in security_inode_getsecidCasey Schaufler2024-10-111-1/+2
* lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-111-3/+3
* lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler2024-10-111-2/+2
* lsm: add lsmprop_to_secctx hookCasey Schaufler2024-10-111-0/+2
* lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-111-1/+2
* Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-241-1/+1
|\
| * security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko2024-09-121-1/+1
* | lsm: add security_inode_setintegrity() hookFan Wu2024-08-201-0/+2
* | block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers2024-08-201-0/+5
* | initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu2024-08-201-0/+2
* | lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore2024-08-121-0/+1
* | lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai2024-07-311-1/+1
* | lsm: infrastructure management of the perf_event security blobCasey Schaufler2024-07-291-1/+0
* | lsm: infrastructure management of the infiniband blobCasey Schaufler2024-07-291-2/+1
* | lsm: infrastructure management of the dev_tun blobCasey Schaufler2024-07-291-2/+1
* | lsm: infrastructure management of the key security blobCasey Schaufler2024-07-291-1/+0
|/
* Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-0/+1
|\
| * lsm: fixup the inode xattr capability handlingPaul Moore2024-06-031-0/+1
* | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-131-1/+1
|/
* security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-1/+2
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-2/+2
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-1/+19
|\
| * security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-151-0/+3
| * security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce file_release hookRoberto Sassu2024-02-151-0/+1
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+1
| * security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-0/+2
| * security: Introduce inode_post_setattr hookRoberto Sassu2024-02-151-0/+2
| * security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-151-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-2/+2
|\|
| * lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-01-301-2/+2
* | bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-241-0/+5
* | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-241-2/+3
* | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-241-2/+3
|/
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+2
* LSM: syscalls for current process attributesCasey Schaufler2023-11-121-0/+4
* lsm: fix default return value for inode_getsecctxOndrej Mosnacek2023-11-081-1/+1
* lsm: fix default return value for vm_enough_memoryOndrej Mosnacek2023-11-081-1/+1
* lsm: constify 'sb' parameter in security_sb_kern_mount()Khadija Kamran2023-09-141-1/+1
* lsm: constify 'bprm' parameter in security_bprm_committed_creds()Khadija Kamran2023-09-141-1/+1
* lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-131-1/+1
* lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-1/+1
* lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran2023-09-131-1/+1
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-5/+5
|\
| * lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-151-1/+1
| * lsm: constify the 'target' parameter in security_capget()Khadija Kamran2023-08-081-1/+1