summaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9 days1-16/+82
|\
| * lsm: remove lsm_prop scaffoldingCasey Schaufler2024-10-111-6/+0
| * lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler2024-10-111-0/+5
| * lsm: use lsm_prop in security_inode_getsecidCasey Schaufler2024-10-111-3/+4
| * lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-111-6/+7
| * lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler2024-10-111-3/+15
| * audit: maintain an lsm_prop in audit_contextCasey Schaufler2024-10-111-0/+24
| * lsm: add lsmprop_to_secctx hookCasey Schaufler2024-10-111-1/+9
| * lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-111-3/+4
| * lsm: add the lsm_prop data structureCasey Schaufler2024-10-111-0/+20
* | bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2024-10-091-2/+2
|/
* Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-241-2/+2
|\
| * security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko2024-09-121-2/+2
* | fsverity: expose verified fsverity built-in signatures to LSMsFan Wu2024-08-201-0/+1
* | lsm: add security_inode_setintegrity() hookFan Wu2024-08-201-0/+10
* | dm-verity: expose root hash digest and signature data to LSMsDeven Bowers2024-08-201-1/+8
* | block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers2024-08-201-0/+26
* | lsm: add new securityfs delete functionFan Wu2024-08-201-0/+1
* | initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu2024-08-201-0/+8
* | lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai2024-07-311-1/+1
|/
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
* ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-131-2/+3
* security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-2/+2
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-4/+4
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-0/+59
|\
| * security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-151-0/+11
| * security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-151-0/+8
| * security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-151-0/+7
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+6
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+5
| * security: Introduce file_release hookRoberto Sassu2024-02-151-0/+4
| * security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+6
| * security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-0/+5
| * security: Introduce inode_post_setattr hookRoberto Sassu2024-02-151-0/+7
* | bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-241-0/+25
* | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-241-2/+4
* | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-241-5/+7
|/
* lsm: new security_file_ioctl_compat() hookAlfred Piccioni2023-12-241-0/+9
* lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore2023-11-121-4/+5
* LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler2023-11-121-0/+14
* LSM: syscalls for current process attributesCasey Schaufler2023-11-121-0/+19
* proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-121-6/+5
* LSM: Maintain a table of LSM attribute dataCasey Schaufler2023-11-121-0/+2
* 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-2/+2
* lsm: constify 'bprm' parameter in security_bprm_committing_creds()Khadija Kamran2023-09-131-2/+2
* lsm: constify 'file' parameter in security_bprm_creds_from_file()Khadija Kamran2023-09-131-3/+3
* lsm: constify 'sb' parameter in security_quotactl()Khadija Kamran2023-09-131-2/+2
* Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-5/+6
|\
| * lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran2023-08-151-2/+2