aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2024-02-21lsm: fix typos in security/security.c comment headersGravatar Pairman Guo 1-4/+4
2024-02-16Merge tag 'lsm-pr-20240215' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+5
2024-02-16integrity: eliminate unnecessary "Problem loading X.509 certificate" msgGravatar Coiby Xu 1-1/+2
2024-02-15integrity: Remove LSMGravatar Roberto Sassu 3-222/+2
2024-02-15ima: Make it independent from 'integrity' LSMGravatar Roberto Sassu 9-116/+308
2024-02-15evm: Make it independent from 'integrity' LSMGravatar Roberto Sassu 7-26/+81
2024-02-15evm: Move to LSM infrastructureGravatar Roberto Sassu 2-49/+112
2024-02-15ima: Move IMA-Appraisal to LSM infrastructureGravatar Roberto Sassu 4-22/+35
2024-02-15ima: Move to LSM infrastructureGravatar Roberto Sassu 7-80/+79
2024-02-15integrity: Move integrity_kernel_module_request() to IMAGravatar Roberto Sassu 3-24/+34
2024-02-15security: Introduce key_post_create_or_update hookGravatar Roberto Sassu 2-1/+25
2024-02-15security: Introduce inode_post_remove_acl hookGravatar Roberto Sassu 1-0/+17
2024-02-15security: Introduce inode_post_set_acl hookGravatar Roberto Sassu 1-0/+17
2024-02-15security: Introduce inode_post_create_tmpfile hookGravatar Roberto Sassu 1-0/+15
2024-02-15security: Introduce path_post_mknod hookGravatar Roberto Sassu 1-0/+14
2024-02-15security: Introduce file_release hookGravatar Roberto Sassu 1-0/+11
2024-02-15security: Introduce file_post_open hookGravatar Roberto Sassu 1-0/+17
2024-02-15security: Introduce inode_post_removexattr hookGravatar Roberto Sassu 1-0/+14
2024-02-15security: Introduce inode_post_setattr hookGravatar Roberto Sassu 1-0/+16
2024-02-15security: Align inode_setattr hook definition with EVMGravatar Roberto Sassu 3-3/+6
2024-02-15evm: Align evm_inode_post_setxattr() definition with LSM infrastructureGravatar Roberto Sassu 2-2/+4
2024-02-15evm: Align evm_inode_setxattr() definition with LSM infrastructureGravatar Roberto Sassu 2-2/+3
2024-02-15evm: Align evm_inode_post_setattr() definition with LSM infrastructureGravatar Roberto Sassu 1-1/+3
2024-02-15ima: Align ima_post_read_file() definition with LSM infrastructureGravatar Roberto Sassu 1-1/+1
2024-02-15ima: Align ima_inode_removexattr() definition with LSM infrastructureGravatar Roberto Sassu 2-2/+3
2024-02-15ima: Align ima_inode_setxattr() definition with LSM infrastructureGravatar Roberto Sassu 2-3/+4
2024-02-15ima: Align ima_file_mprotect() definition with LSM infrastructureGravatar Roberto Sassu 2-3/+5
2024-02-15ima: Align ima_inode_post_setattr() definition with LSM infrastructureGravatar Roberto Sassu 1-1/+2
2024-02-14lsm: fix integer overflow in lsm_set_self_attr() syscallGravatar Jann Horn 1-2/+5
2024-02-14Smack: use init_task_smack() in smack_cred_transfer()Gravatar Casey Schaufler 1-6/+1
2024-02-02selinux: only filter copy-up xattrs following initializationGravatar David Disseldorp 1-2/+3
2024-02-02selinux: correct return values in selinux_socket_getpeersec_dgram()Gravatar Paul Moore 1-6/+8
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-5/+40
2024-02-01Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+40
2024-01-30lsm: fix default return value of the socket_getpeersec_*() hooksGravatar Ondrej Mosnacek 1-4/+27
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-26/+122
2024-01-26lsm: fix the logic in security_inode_getsecctx()Gravatar Ondrej Mosnacek 1-1/+13
2024-01-25selinux: reduce the object class calculations at inode init timeGravatar Paul Moore 1-5/+4
2024-01-24Merge tag 'integrity-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+0
2024-01-24bpf,selinux: Allocate bpf_security_struct per BPF tokenGravatar Andrii Nakryiko 1-0/+25
2024-01-24bpf,lsm: Add BPF token LSM hooksGravatar Andrii Nakryiko 1-0/+60
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksGravatar Andrii Nakryiko 2-9/+14
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksGravatar Andrii Nakryiko 2-17/+23
2024-01-24smack: Initialize the in-memory inode in smack_inode_init_security()Gravatar Roberto Sassu 1-1/+6
2024-01-24smack: Always determine inode labels in smack_inode_init_security()Gravatar Roberto Sassu 1-39/+39
2024-01-24smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()Gravatar Roberto Sassu 1-0/+9
2024-01-24smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()Gravatar Roberto Sassu 1-1/+2
2024-01-24Revert "KEYS: encrypted: Add check for strsep"Gravatar Mimi Zohar 1-4/+0
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsGravatar Kees Cook 2-2/+5
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-74/+54