summaryrefslogtreecommitdiffstats
path: root/security (follow)
Commit message (Expand)AuthorAgeFilesLines
* evm: Store and detect metadata inode attributes changesStefan Berger2024-04-093-10/+49
* ima: Move file-change detection variables into new structureStefan Berger2024-04-094-13/+10
* evm: Use the metadata inode to calculate metadata hashStefan Berger2024-04-091-1/+1
* evm: Implement per signature type decision in security_inode_copy_up_xattrStefan Berger2024-04-091-3/+28
* security: allow finer granularity in permitting copy-up of security xattrsStefan Berger2024-04-094-5/+6
* ima: Rename backing_inode to real_inodeStefan Berger2024-04-091-8/+10
* integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-087-15/+31
* ima: define an init_module critical data recordMimi Zohar2024-04-081-0/+7
* ima: Fix use-after-free on a dentry's dname.nameStefan Berger2024-04-082-7/+26
* 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-021-5/+7
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-151-2/+0
|\
| * fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor2024-02-231-2/+0
| * treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-231-1/+1
* | Merge tag 'lsm-pr-20240314' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-155-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-1510-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-1321-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-221-4/+4
| * | | integrity: Remove LSMRoberto Sassu2024-02-163-222/+2
| * | | ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-169-116/+308
| * | | evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-167-26/+81
| * | | evm: Move to LSM infrastructureRoberto Sassu2024-02-162-49/+112
| * | | ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-164-22/+35
| * | | ima: Move to LSM infrastructureRoberto Sassu2024-02-167-80/+79
| * | | integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-163-24/+34
| * | | security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-162-1/+25
| * | | 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-163-3/+6
| * | | evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-162-2/+4
| * | | evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-162-2/+3
| * | | evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+3
| * | | ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-161-1/+1
| * | | ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-162-2/+3
| * | | ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-162-3/+4
| * | | ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-162-3/+5