summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-6/+9
|\
| * fs: support mapped mounts of mapped filesystemsChristian Brauner2021-12-051-5/+4
| * fs: use low-level mapping helpersChristian Brauner2021-12-031-5/+8
| * fs: move mapping helpersChristian Brauner2021-12-031-0/+1
* | Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-112-3/+8
|\ \
| * | ima: silence measurement list hexdump during kexecBruno Meneguele2022-01-051-3/+3
| * | integrity: Do not load MOK and MOKx when secure boot be disabledLee, Chun-Yi2021-12-241-0/+5
* | | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-119-109/+49
|\ \ \
| * | | selinux: minor tweaks to selinux_add_opt()Paul Moore2021-12-211-8/+10
| * | | selinux: fix potential memleak in selinux_add_opt()Bernard Zhao2021-12-211-2/+10
| * | | security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek2021-12-062-47/+0
| * | | selinux: Use struct_size() helper in kmalloc()Xiu Jianfeng2021-12-052-3/+3
| * | | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-227-51/+28
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-112-111/+21
|\ \ \
| * | | security: DH - use KDF implementation from crypto APIStephan Müller2021-11-262-92/+19
| * | | security: DH - remove dead code for zero paddingStephan Müller2021-11-261-21/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\ \ \
| * | | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
| | |/ | |/|
* | | 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
|\ \ \ \ | |_|/ / |/| | |