summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2024-02-22lsm: use default hook return value in call_int_hook()Ondrej Mosnacek
2024-02-21lsm: fix typos in security/security.c comment headersPairman Guo
2024-02-15integrity: Remove LSMRoberto Sassu
2024-02-15ima: Make it independent from 'integrity' LSMRoberto Sassu
2024-02-15evm: Make it independent from 'integrity' LSMRoberto Sassu
2024-02-15evm: Move to LSM infrastructureRoberto Sassu
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-15integrity: Move integrity_kernel_module_request() to IMARoberto Sassu
2024-02-15security: Introduce key_post_create_or_update hookRoberto Sassu
2024-02-15security: Introduce inode_post_remove_acl hookRoberto Sassu
2024-02-15security: Introduce inode_post_set_acl hookRoberto Sassu
2024-02-15security: Introduce inode_post_create_tmpfile hookRoberto Sassu
2024-02-15security: Introduce path_post_mknod hookRoberto Sassu
2024-02-15security: Introduce file_release hookRoberto Sassu
2024-02-15security: Introduce file_post_open hookRoberto Sassu
2024-02-15security: Introduce inode_post_removexattr hookRoberto Sassu
2024-02-15security: Introduce inode_post_setattr hookRoberto Sassu
2024-02-15security: Align inode_setattr hook definition with EVMRoberto Sassu
2024-02-15evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu
2024-02-15ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu
2024-02-01Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-30lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek
2024-01-26lsm: fix the logic in security_inode_getsecctx()Ondrej Mosnacek
2024-01-24Merge tag 'integrity-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-24Revert "KEYS: encrypted: Add check for strsep"Mimi Zohar
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2024-01-09Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09apparmor: Fix memory leak in unpack_profile()Gaosheng Cui
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-04selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socketMickaël Salaün
2024-01-04apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin
2024-01-04apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin