summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley2019-09-042-11/+11
| * selinux: avoid atomic_t usage in sidtabOndrej Mosnacek2019-08-272-32/+35
| * fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2019-08-122-2/+50
| * selinux: always return a secid from the network caches if we find onePaul Moore2019-08-053-47/+38
| * selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek2019-08-053-11/+11
| * selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek2019-08-051-4/+8
| * selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore2019-08-051-189/+187
* | Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-021-1/+5
|\|
| * selinux: fix memory leak in policydb_init()Ondrej Mosnacek2019-07-311-1/+5
* | Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-261-0/+5
|\|