summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20211228' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-12-281-1/+1
|\
| * selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix2021-12-271-1/+1
* | Merge tag 'tomoyo-pr-20211222' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2021-12-221-17/+14
|\ \ | |/ |/|
| * tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()Tetsuo Handa2021-12-151-10/+7
| * tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().Dmitry Vyukov2021-12-151-7/+7
* | selinux: fix sleeping function called from invalid contextScott Mayhew2021-12-161-14/+19
|/
* selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek2021-11-191-5/+12
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-122-20/+1
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-1111-66/+90
|\
| * apparmor: remove duplicated 'Returns:' commentsAustin Kim2021-11-031-2/+0
| * apparmor: remove unneeded one-line hook wrappersFlorian Westphal2021-11-031-18/+2
| * apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2021-11-032-4/+2
| * apparmor: fix zero-length compiler warning in AA_BUG()John Johansen2021-11-031-1/+6
| * apparmor: use per file locks for transactional queriesHamza Mahfooz2021-11-031-6/+5
| * apparmor: fix doc warningChenXiaoSong2021-11-031-1/+1
| * apparmor: Remove the repeated declarationShaokun Zhang2021-11-031-4/+0
| * apparmor: avoid -Wempty-body warningArnd Bergmann2021-11-031-1/+1
| * apparmor: Fix internal policy capable check for policy managementJohn Johansen2021-11-011-1/+1
| * apparmor: fix error checkTom Rix2021-02-071-2/+2
| * security: apparmor: delete repeated words in commentsRandy Dunlap2021-02-072-2/+2
| * security: apparmor: file.h: delete duplicated wordRandy Dunlap2021-02-071-1/+1
| * apparmor: switch to apparmor to internal capable check for policy managementJohn Johansen2021-02-071-1/+17
| * apparmor: update policy capable checks to use a labelJohn Johansen2021-02-075-23/+51
| * apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-051-2/+2
| * apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-051-0/+5
* | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-114-26/+45
|\ \
| * | security: implement sctp_assoc_established hook in selinuxXin Long2021-11-031-1/+13
| * | security: add sctp_assoc_established hookXin Long2021-11-031-0/+7
| * | security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-034-26/+26
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-14/+0
|\ \ \
| * | | mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-061-14/+0
* | | | Merge tag 'integrity-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-023-45/+202
|\ \ \ \ | |_|/ / |/| | |
| * | | evm: mark evm_fixmode as __ro_after_initAustin Kim2021-10-281-1/+1
| * | | ima: Use strscpy instead of strlcpyPetr Vorel2021-10-092-2/+2
| * | | ima_policy: Remove duplicate 'the' in docs commentPetr Vorel2021-10-091-2/+1
| * | | ima: add gid supportCurtis Veit2021-10-091-27/+174
| * | | ima: fix uid code style problemsAlex Henrie2021-10-091-4/+6
| * | | ima: fix deadlock when traversing "ima_default_rules".liqiong2021-10-091-9/+18
* | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | lsm_audit: avoid overloading the "key" audit fieldOndrej Mosnacek2021-09-191-1/+1
| |/ / /
* | | | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-0110-255/+272
|\ \ \ \
| * | | | security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-202-4/+9
| * | | | selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore2021-10-191-2/+2
| * | | | binder: use cred instead of task for selinux checksTodd Kjos2021-10-142-42/+20
| * | | | LSM: Avoid warnings about potentially unused hook variablesKees Cook2021-10-141-1/+1
| * | | | selinux: fix all of the W=1 build warningsPaul Moore2021-10-136-8/+33
| * | | | selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore2021-10-131-27/+25
| * | | | selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek2021-10-111-85/+77
| * | | | selinux: remove unneeded ipv6 hook wrappersFlorian Westphal2021-10-111-62/+18
| * | | | selinux: remove the SELinux lockdown implementationPaul Moore2021-09-302-32/+0