summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-40/+10
* Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-122-13/+36
|\
| * selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()Gen Zhang2019-06-121-6/+14
| * selinux: fix a missing-check bug in selinux_add_mnt_opt( )Gen Zhang2019-06-121-5/+14
| * selinux: log raw contexts as untrusted stringsOndrej Mosnacek2019-06-111-2/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-058-24/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-056-66/+6
* | Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-211-2/+8
|\|
| * selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-201-2/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-30/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni2019-05-101-4/+4
* | selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-081-4/+4
* | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-074-88/+163
|\|
| * selinux: Check address length before reading address familyTetsuo Handa2019-04-151-1/+6
| * kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-5/+4
| * selinux: avoid uninitialized variable warningArnd Bergmann2019-03-251-9/+5
| * selinux: remove useless assignmentsOndrej Mosnacek2019-03-251-5/+2
| * selinux: Make selinux_kernfs_init_security staticYueHaibing2019-03-221-2/+2
| * selinux: implement the kernfs_init_security hookOndrej Mosnacek2019-03-201-0/+66
| * selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2019-03-202-73/+85
| * selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-03-181-0/+1
* | selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-04-291-0/+1
* | selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek2019-03-181-4/+9
|/
* Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-131-1/+7
|\
| * security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields2019-03-111-1/+4
| * selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long2019-03-111-0/+3
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-10/+88
|\ \
| * | introduce cloning of fs_contextAl Viro2019-02-281-0/+39
| * | selinux: Implement the new mount API LSM hooksDavid Howells2019-02-282-10/+49
* | | selinux: convert to kvmallocKent Overstreet2019-03-126-144/+62
* | | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-091-1/+1
|\ \ \
| * | | doc: sctp: Merge and clean up rst filesKees Cook2019-02-221-1/+1
| |/ /
* | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-072-5/+2
|\ \ \
| * | | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-312-5/+2
| |/ /
* | | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-075-127/+176
|\ \ \ | | |/ | |/|
| * | selinux: fix avc audit messagesStephen Smalley2019-02-051-3/+3
| * | selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek2019-01-281-2/+4
| * | selinux: log invalid contexts in AVCsOndrej Mosnacek2019-01-253-5/+50
| * | selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek2019-01-251-2/+3
| * | selinux: inline some AVC functions used only onceOndrej Mosnacek2019-01-251-82/+58
| * | selinux: do not override context on context mountsOndrej Mosnacek2019-01-101-1/+8
| * | selinux: never allow relabeling on context mountsOndrej Mosnacek2019-01-101-9/+31
| * | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-103-30/+4
| * | selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-103-3/+25
| |/
* | Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-221-1/+2
|\ \
| * \ Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-161-1/+2
| |\ \ | | |/ | |/|
| | * selinux: fix GPF on invalid policyStephen Smalley2019-01-101-1/+2
* | | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-1/+0
* | | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-9/+9