summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * selinux: check sidtab limit before adding a new entryOndrej Mosnacek2019-07-241-0/+5
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\ \
| * | vfs: Convert selinuxfs to use the new mount APIDavid Howells2019-07-041-5/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+4
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2210-40/+10
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1716-103/+50
| |\ \ \ \
| * | | | | net: nexthop uapiDavid Ahern2019-05-281-1/+4
* | | | | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-15/+1
* | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-082-2/+2
|\ \ \ \ \ \
| * | | | | | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-142-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+15
|\ \ \ \ \ \
| * | | | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+15
| |/ / / / /
* | | | | | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-083-23/+31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | selinux: format all invalid context as untrustedRichard Guy Briggs2019-07-011-10/+19
| * | | | selinux: fix empty write to keycreate fileOndrej Mosnacek2019-06-121-5/+6
| * | | | selinux: remove some no-op BUG_ONsOndrej Mosnacek2019-05-211-4/+0
| * | | | selinux: provide __le variables explicitlyNicholas Mc Guire2019-05-211-4/+6
| |/ / /
* | | / 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