summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-031-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-271-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-051-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/+10Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1816-103/+50Star
| |\ \ \ \
| * | | | | net: nexthop uapiDavid Ahern2019-05-291-1/+4
* | | | | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-15/+1Star
* | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-092-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-091-1/+15
|\ \ \ \ \ \
| * | | | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+15
| |/ / / / /
* | | | | | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-093-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/+0Star
| * | | | selinux: provide __le variables explicitlyNicholas Mc Guire2019-05-211-4/+6
| |/ / /
* | | / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-40/+10Star
| |_|/ |/| |
* | | Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-132-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-121-2/+8
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-058-24/+8Star
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-056-66/+6Star
| |_|/ |/| |
* | | 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