summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-02-102-10/+4
|\
| * selinux: fix sidtab string cache lockingOndrej Mosnacek2020-02-051-9/+3
| * selinux: fix typo in filesystem nameHridya Valsaraju2020-02-051-1/+1
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\ \
| * | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * | fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+4
|\ \ \ | |_|/ |/| |
| * | net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov2020-01-151-1/+4
| |/
* | selinux: fix regression introduced by move_mount(2) syscallStephen Smalley2020-01-201-0/+10
* | selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek2020-01-161-15/+13
* | selinux: remove redundant allocation and helper functionsPaul Moore2020-01-161-58/+36
* | selinux: remove redundant selinux_nlmsg_permHuaisheng Ye2020-01-161-39/+34
* | selinux: fix wrong buffer types in policydb.cOndrej Mosnacek2020-01-161-2/+2
* | selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek2020-01-101-31/+70
* | selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-103-31/+61
* | selinux: make default_noexec read-only after initStephen Smalley2020-01-101-1/+1
* | selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.Ravi Kumar Siddojigari2020-01-102-2/+15
* | selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye2020-01-101-11/+6
* | Documentation,selinux: fix references to old selinuxfs mount pointStephen Smalley2020-01-071-3/+4
* | selinux: deprecate disabling SELinux and runtimePaul Moore2020-01-072-0/+10
* | selinux: allow per-file labelling for binderfsHridya Valsaraju2020-01-061-0/+1
* | selinuxfs: use scnprintf to get real length for inodeliuyang342020-01-061-2/+2
* | selinux: remove set but not used variable 'sidtab'YueHaibing2019-12-241-8/+0
* | selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore2019-12-231-0/+6
* | selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav2019-12-211-1/+1
* | selinux: randomize layout of key structuresStephen Smalley2019-12-184-4/+4
* | selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-187-18/+17
* | selinux: remove unnecessary selinux cred requestYang Guo2019-12-121-4/+3
* | selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore2019-12-101-27/+24
* | selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley2019-12-091-4/+4
* | selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-093-26/+17
* | selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-093-4/+30
* | security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-092-0/+32
* | selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-094-94/+288
* | selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-099-167/+306
|/
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-7/+3
|\
| * y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-7/+3
* | Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-309-5/+74
|\ \
| * | selinux: default_range glblub implementationJoshua Brindle2019-10-077-1/+62
| * | selinux: allow labeling before policy is loadedJonathan Lebon2019-10-011-0/+12
| * | selinux: remove load size limitzhanglin2019-10-011-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-271-2/+2
|\ \ \
| * | | net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-2/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-263-1/+76
|\ \ \ \ | |/ / / |/| | |
| * | | perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2019-10-173-1/+76
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-1/+8
|\| |
| * | Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-081-1/+8
| |\ \ | | |/ | |/|
| | * selinux: fix context string corruption in convert_context()Ondrej Mosnacek2019-10-031-1/+8
* | | net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-011-1/+3
|/ /
* | Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-2311-296/+340
|\|