aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-254-1/+16
* selinux: use correct type for context lengthChristian Göttsche2022-02-181-1/+1
* selinux: drop return statement at end of void functionsChristian Göttsche2022-02-185-8/+0
* security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek2022-02-151-24/+66
* security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-0/+7
* selinux: parse contexts for mount options earlyOndrej Mosnacek2022-02-041-149/+53
* selinux: various sparse fixesPaul Moore2022-02-014-7/+8
* selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew2022-02-011-29/+59
* selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew2022-02-011-34/+41
* LSM: general protection fault in legacy_parse_paramCasey Schaufler2022-01-272-5/+17
* selinux: fix a type cast problem in cred_init_security()Paul Moore2022-01-271-1/+1
* selinux: drop unused macroChristian Göttsche2022-01-261-2/+0
* selinux: simplify cred_init_securityChristian Göttsche2022-01-261-2/+1
* selinux: do not discard const qualifier in castChristian Göttsche2022-01-261-2/+2
* selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche2022-01-261-3/+3
* selinux: drop cast to same typeChristian Göttsche2022-01-261-1/+1
* selinux: enclose macro arguments in parenthesisChristian Göttsche2022-01-263-7/+7
* selinux: declare name parameter of hash_eval constChristian Göttsche2022-01-261-1/+1
* selinux: declare path parameters of _genfs_sid constChristian Göttsche2022-01-252-5/+5
* selinux: check return value of sel_make_avc_filesChristian Göttsche2022-01-251-0/+2
* selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi2022-01-251-2/+2
* 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