summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Smack: Restore the smackfsdef mount option and add missing prefixesCasey Schaufler2019-06-141-5/+7
* 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 441Thomas Gleixner2019-06-0572-352/+72
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-0511-39/+11
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-056-66/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* | Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-312-12/+19
|\ \
| * | ima: show rules with IMA_INMASK correctlyRoberto Sassu2019-05-291-9/+12
| * | evm: check hash algorithm passed to init_desc()Roberto Sassu2019-05-291-0/+3
| * | ima: fix wrong signed policy requirement when not appraisingPetr Vorel2019-05-191-3/+4
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3016-81/+16
* | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-245-25/+5
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-245-25/+5
* | | | 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-2117-0/+17
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-131-4/+4
|\ \
| * | Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni2019-05-101-4/+4
* | | tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa2019-05-101-0/+2
* | | tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa2019-05-101-1/+2
* | | tomoyo: Check address length before reading address familyTetsuo Handa2019-05-101-0/+4
* | | tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa2019-05-102-1/+22
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-091-4/+4
|\ \
| * | selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-081-4/+4
* | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2019-05-093-45/+45
|\ \ \ | |/ / |/| |
| * | Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack in...James Morris2019-05-061-0/+2
| |\ \
| | * | Smack: Fix kbuild reported build errorCasey Schaufler2019-04-301-0/+2
| * | | Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack in...James Morris2019-04-301-4/+15
| |\| |
| | * | smack: Check address length before reading address familyTetsuo Handa2019-04-291-4/+15
| * | | Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into...James Morris2019-04-153-41/+28
| |\| |
| | * | Smack: Fix IPv6 handling of 0 secmarkCasey Schaufler2019-04-031-0/+2
| | * | Smack: Create smack_rule cache to optimize memory usageCasey Schaufler2019-04-023-3/+11
| | * | smack: removal of global rule listVishal Goel2019-04-021-38/+15
* | | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-071-0/+5
|\ \ \ \
| * | | | vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+5
* | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-5/+5
|\ \ \ \ \
| * | | | | audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs2019-03-271-5/+5
| |/ / / /
* | | | | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-075-88/+169
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| * | | | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-201-0/+6
| * | | | selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2019-03-202-73/+85