summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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-211-2/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-30/+2Star
* | 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-084-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/+4Star
| * selinux: avoid uninitialized variable warningArnd Bergmann2019-03-251-9/+5Star
| * selinux: remove useless assignmentsOndrej Mosnacek2019-03-251-5/+2Star
| * selinux: Make selinux_kernfs_init_security staticYueHaibing2019-03-221-2/+2
| * selinux: implement the kernfs_init_security hookOndrej Mosnacek2019-03-211-0/+66
| * selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2019-03-212-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/+62Star
* | | 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/+2Star
|\ \ \
| * | | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-012-5/+2Star
| |/ /
* | | 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-291-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/+58Star
| * | selinux: do not override context on context mountsOndrej Mosnacek2019-01-111-1/+8
| * | selinux: never allow relabeling on context mountsOndrej Mosnacek2019-01-111-9/+31
| * | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-113-30/+4Star
| * | selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-113-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-111-1/+2
* | | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-1/+0Star
* | | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-9/+9
* | | LSM: Infrastructure management of the ipc security blobCasey Schaufler2019-01-082-87/+15Star
* | | SELinux: Abstract use of ipc security blobsCasey Schaufler2019-01-082-9/+22
* | | LSM: Infrastructure management of the inode securityCasey Schaufler2019-01-082-36/+10Star
* | | SELinux: Abstract use of inode security blobCasey Schaufler2019-01-083-15/+21
* | | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-082-24/+3Star
* | | SELinux: Abstract use of file security blobCasey Schaufler2019-01-082-9/+14
* | | Infrastructure management of the cred security blobCasey Schaufler2019-01-082-42/+13Star