summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-02-011-5/+40
|\
| * lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek2024-01-301-4/+27
| * lsm: fix the logic in security_inode_getsecctx()Ondrej Mosnacek2024-01-261-1/+13
* | Merge tag 'integrity-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-241-4/+0
|\ \
| * | Revert "KEYS: encrypted: Add check for strsep"Mimi Zohar2024-01-241-4/+0
| |/
* / exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook2024-01-242-2/+5
|/
* Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-01-199-74/+54
|\
| * apparmor: Fix memory leak in unpack_profile()Gaosheng Cui2024-01-091-0/+2
| * apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin2024-01-041-0/+4
| * apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin2024-01-042-4/+4
| * apparmor: free the allocated pdb objectsFedor Pchelkin2024-01-031-6/+7
| * apparmor: Fix ref count leak in task_killJohn Johansen2023-12-291-1/+0
| * apparmor: cleanup network hook commentsJohn Johansen2023-11-261-44/+16
| * apparmor: add missing params to aa_may_ptrace kernel-doc commentsJohn Johansen2023-11-191-0/+2
| * apparmor: declare nulldfa as staticJohn Johansen2023-11-191-1/+1
| * apparmor: declare stack_msg as staticJohn Johansen2023-11-191-1/+1
| * apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256Dimitri John Ledkov2023-11-193-17/+17
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-6/+1
|\ \
| * | apparmorfs: don't duplicate kfree_link()Al Viro2023-12-211-6/+1
| |/
* | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-112-2/+2
|\ \
| * | io_uring: split out cmd api into a separate headerPavel Begunkov2023-12-122-2/+2
| |/
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-102-0/+2
|\ \
| * | shm: Slim down dependenciesKent Overstreet2023-12-202-0/+2
| |/
* | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-094-7/+51
|\ \
| * | evm: add support to disable EVM on unsupported filesystemsMimi Zohar2023-12-201-1/+34
| * | evm: don't copy up 'security.evm' xattrMimi Zohar2023-12-202-1/+8