summaryrefslogtreecommitdiffstats
path: root/security/security.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: do not use PF_MEMALLOC_NORECLAIMMichal Hocko2024-10-091-4/+6
* 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-131-1/+1
* | security: Update file_set_fowner documentationMickaël Salaün2024-09-091-0/+2
* | lsm: remove LSM_COUNT and LSM_CONFIG_COUNTTetsuo Handa2024-08-271-33/+4
* | lsm: replace indirect LSM hook calls with static callsKP Singh2024-08-221-64/+155
* | lsm: add security_inode_setintegrity() hookFan Wu2024-08-201-0/+20
* | ipe: add support for dm-verity as a trust providerDeven Bowers2024-08-201-11/+12
* | block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers2024-08-201-0/+103
* | initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu2024-08-201-0/+10
* | lsm: add IPE lsmDeven Bowers2024-08-201-1/+2
* | lsm: add the inode_free_security_rcu() LSM implementation hookPaul Moore2024-08-121-16/+16
* | lsm: cleanup lsm_hooks.hPaul Moore2024-08-121-1/+1
* | lsm: Refactor return value of LSM hook inode_copy_up_xattrXu Kuohai2024-07-311-8/+3
* | lsm: Refactor return value of LSM hook vm_enough_memoryXu Kuohai2024-07-311-6/+5
* | lsm: infrastructure management of the perf_event security blobCasey Schaufler2024-07-291-2/+18
* | lsm: infrastructure management of the infiniband blobCasey Schaufler2024-07-291-2/+15
* | lsm: infrastructure management of the dev_tun blobCasey Schaufler2024-07-291-2/+15
* | lsm: add helper for blob allocationsCasey Schaufler2024-07-291-64/+33
* | lsm: infrastructure management of the key security blobCasey Schaufler2024-07-291-2/+37
* | lsm: infrastructure management of the sock securityCasey Schaufler2024-07-291-1/+35
|/
* Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-22/+48
|\
| * lsm: fixup the inode xattr capability handlingPaul Moore2024-06-041-22/+48
* | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-131-2/+4
|/
* security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-091-2/+3
* security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu2024-04-031-2/+2
* lsm: handle the NULL buffer case in lsm_fill_user_ctx()Paul Moore2024-03-141-1/+7
* lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler2024-03-141-6/+6
* Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-400/+381
|\
| * lsm: use default hook return value in call_int_hook()Ondrej Mosnacek2024-02-221-307/+225
| * lsm: fix typos in security/security.c comment headersPairman Guo2024-02-221-4/+4
| * integrity: Remove LSMRoberto Sassu2024-02-161-2/+0
| * evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-161-2/+2
| * evm: Move to LSM infrastructureRoberto Sassu2024-02-161-33/+10
| * ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-161-13/+0
| * ima: Move to LSM infrastructureRoberto Sassu2024-02-161-51/+12
| * integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-161-1/+1
| * security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-161-0/+19
| * security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-161-0/+17
| * security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-161-0/+17
| * security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-161-0/+15
| * security: Introduce path_post_mknod hookRoberto Sassu2024-02-161-0/+14
| * security: Introduce file_release hookRoberto Sassu2024-02-161-0/+11
| * security: Introduce file_post_open hookRoberto Sassu2024-02-161-0/+17
| * security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-161-0/+14
| * security: Introduce inode_post_setattr hookRoberto Sassu2024-02-161-0/+16
| * security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-161-1/+1
| * evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+1
| * evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+1
| * ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+1