summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* security: Place security_path_post_mknod() where the original IMA call wasRoberto Sassu2024-04-031-2/+2
* selinux: avoid dereference of garbage after mount failureChristian Göttsche2024-04-011-5/+7
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-2/+0
|\
| * fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor2024-02-221-2/+0
| * treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | Merge tag 'lsm-pr-20240314' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-145-18/+24
|\ \
| * | 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-145-17/+17
* | | Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-1410-23/+293
|\ \ \ | |/ / |/| |
| * | landlock: Use f_cred in security_file_open() hookMickaël Salaün2024-03-081-7/+11
| * | landlock: Rename "ptrace" files to "task"Mickaël Salaün2024-03-084-9/+9
| * | landlock: Simplify current_check_access_socket()Mickaël Salaün2024-03-081-4/+3
| * | landlock: Warn once if a Landlock action is requested while disabledMickaël Salaün2024-03-071-3/+15
| * | landlock: Add support for KUnit testsMickaël Salaün2024-02-274-0/+255
* | | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1221-832/+1020
|\ \ \
| * | | 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-211-4/+4
| * | | integrity: Remove LSMRoberto Sassu2024-02-153-222/+2
| * | | ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-159-116/+308
| * | | evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-157-26/+81
| * | | evm: Move to LSM infrastructureRoberto Sassu2024-02-152-49/+112
| * | | ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-154-22/+35
| * | | ima: Move to LSM infrastructureRoberto Sassu2024-02-157-80/+79
| * | | integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-153-24/+34
| * | | security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-152-1/+25
| * | | security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-151-0/+17
| * | | security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-151-0/+17
| * | | security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+15
| * | | security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+14
| * | | security: Introduce file_release hookRoberto Sassu2024-02-151-0/+11
| * | | security: Introduce file_post_open hookRoberto Sassu2024-02-151-0/+17
| * | | security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-0/+14
| * | | security: Introduce inode_post_setattr hookRoberto Sassu2024-02-151-0/+16
| * | | security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-153-3/+6
| * | | evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-152-2/+4
| * | | evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-152-2/+3
| * | | evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+3
| * | | ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+1
| * | | ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-152-2/+3
| * | | ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-152-3/+4
| * | | ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-152-3/+5
| * | | ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+2
* | | | Merge tag 'selinux-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-1222-731/+724
|\ \ \ \
| * | | | selinux: fix style issues in security/selinux/ss/symtab.cPaul Moore2024-02-231-1/+3
| * | | | selinux: fix style issues in security/selinux/ss/symtab.hPaul Moore2024-02-231-5/+4
| * | | | selinux: fix style issues in security/selinux/ss/sidtab.cPaul Moore2024-02-231-32/+37
| * | | | selinux: fix style issues in security/selinux/ss/sidtab.hPaul Moore2024-02-231-17/+19
| * | | | selinux: fix style issues in security/selinux/ss/services.hPaul Moore2024-02-231-1/+2
| * | | | selinux: fix style issues in security/selinux/ss/policydb.cPaul Moore2024-02-231-192/+213
| * | | | selinux: fix style issues in security/selinux/ss/policydb.hPaul Moore2024-02-231-97/+95