summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2023-11-16selinux: update filenametr_hash() to use full_name_hash()Paul Moore-9/+2
2023-11-16selinux: saner handling of policy reloadsAl Viro-78/+66
2023-11-12lsm: mark the lsm_id variables are marked as staticPaul Moore-9/+9
2023-11-12lsm: convert security_setselfattr() to use memdup_user()Paul Moore-8/+3
2023-11-12lsm: align based on pointer length in lsm_fill_user_ctx()Paul Moore-1/+1
2023-11-12lsm: consolidate buffer size handling into lsm_fill_user_ctx()Paul Moore-74/+63
2023-11-12lsm: correct error codes in security_getselfattr()Paul Moore-2/+2
2023-11-12lsm: cleanup the size counters in security_getselfattr()Paul Moore-1/+2
2023-11-12lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculationRoberto Sassu-1/+0
2023-11-12SELinux: Add selfattr hooksCasey Schaufler-27/+107
2023-11-12AppArmor: Add selfattr hooksCasey Schaufler-11/+92
2023-11-12Smack: implement setselfattr and getselfattr hooksCasey Schaufler-5/+90
2023-11-12LSM: Helpers for attribute names and filling lsm_ctxCasey Schaufler-0/+65
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler-0/+39
2023-11-12LSM: syscalls for current process attributesCasey Schaufler-0/+210
2023-11-12proc: Use lsmids instead of lsm names for attrsCasey Schaufler-8/+7
2023-11-12LSM: Maintain a table of LSM attribute dataCasey Schaufler-0/+37
2023-11-12LSM: Identify modules by more than nameCasey Schaufler-20/+92
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-848/+1336
2023-11-03Merge tag 'landlock-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-301/+923
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3/+2
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-34/+81
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar-1/+22
2023-10-31integrity: fix indentation of config attributesPrasad Pandit-22/+22
2023-10-31ima: annotate iint mutex to avoid lockdep false positive warningsAmir Goldstein-11/+37
2023-10-30Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-16/+16
2023-10-30Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-30/+33
2023-10-30Merge tag 'tpmdd-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds-63/+30
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-7/+8
2023-10-26landlock: Support network rules with TCP bind and connectKonstantin Meskhidze-24/+414
2023-10-26landlock: Refactor landlock_add_rule() syscallKonstantin Meskhidze-44/+45
2023-10-26landlock: Refactor layer helpersKonstantin Meskhidze-42/+66
2023-10-26landlock: Move and rename layer helpersKonstantin Meskhidze-115/+129
2023-10-26landlock: Refactor merge/inherit_ruleset helpersKonstantin Meskhidze-42/+74
2023-10-26landlock: Refactor landlock_find_rule/insert_rule helpersKonstantin Meskhidze-54/+165
2023-10-26landlock: Allow FS topology changes for domains without such rule typeMickaël Salaün-40/+60
2023-10-26landlock: Make ruleset's access masks more genericKonstantin Meskhidze-20/+50
2023-10-24keys: Remove unused extern declarationsYueHaibing-7/+0
2023-10-24integrity: powerpc: Do not select CA_MACHINE_KEYRINGMichal Suchanek-2/+0
2023-10-24KEYS: trusted: tee: Refactor register SHM usageSumit Garg-44/+20
2023-10-24KEYS: trusted: Rollback init_trusted() consistentlyJarkko Sakkinen-10/+10
2023-10-23apparmor: Fix some kernel-doc commentsYang Li-2/+2
2023-10-23apparmor: Fix one kernel-doc commentYang Li-1/+1
2023-10-23apparmor: Fix some kernel-doc commentsYang Li-2/+2
2023-10-22apparmor: mark new functions staticArnd Bergmann-2/+2
2023-10-20ima: Add __counted_by for struct modsig and use struct_size()Gustavo A. R. Silva-3/+3
2023-10-18apparmor: Fix regression in mount mediationJohn Johansen-22/+51