summaryrefslogtreecommitdiff
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-02-066-144/+62
|\
| * selinux: convert to kvmallocKent Overstreet2019-02-056-144/+62
* | Merge remote-tracking branch 'audit/next'Stephen Rothwell2019-02-062-5/+2
|\ \
| * | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-312-5/+2
* | | Merge remote-tracking branch 'selinux/next'Stephen Rothwell2019-02-065-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 remote-tracking branch 'security/next-testing'Stephen Rothwell2019-02-069-316/+136
|\ \ \
| * \ \ Merge tag 'v5.0-rc3' into next-generalJames Morris2019-01-221-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
| * | | LSM: Infrastructure management of the ipc security blobCasey Schaufler2019-01-082-87/+15
| * | | SELinux: Abstract use of ipc security blobsCasey Schaufler2019-01-082-9/+22
| * | | LSM: Infrastructure management of the inode securityCasey Schaufler2019-01-082-36/+10
| * | | SELinux: Abstract use of inode security blobCasey Schaufler2019-01-083-15/+21
| * | | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-082-24/+3
| * | | SELinux: Abstract use of file security blobCasey Schaufler2019-01-082-9/+14
| * | | Infrastructure management of the cred security blobCasey Schaufler2019-01-082-42/+13
| * | | SELinux: Remove unused selinux_is_enabledCasey Schaufler2019-01-085-29/+1
| * | | SELinux: Remove cred security blob poisoningCasey Schaufler2019-01-081-6/+0
| * | | SELinux: Abstract use of cred security blobCasey Schaufler2019-01-083-29/+34
| * | | selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook2019-01-082-19/+1
| * | | LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-1/+1
| * | | LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-10/+0
| * | | LSM: Plumb visibility into optional "enabled" stateKees Cook2019-01-081-0/+1
| * | | LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-081-0/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2019-02-062-10/+88
|\ \ \ | |_|/ |/| |
| * | introduce cloning of fs_contextAl Viro2019-01-301-0/+39
| * | selinux: Implement the new mount API LSM hooksDavid Howells2019-01-302-10/+49
| |/
* | 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
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-506/+293
|\ \
| * | LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-26/+19
| * | selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro2018-12-211-92/+54
| * | selinux: regularize Opt_... names a bitAl Viro2018-12-211-8/+8
| * | selinux: switch away from match_token()Al Viro2018-12-211-27/+55
| * | selinux: new helper - selinux_add_opt()Al Viro2018-12-211-73/+53
| * | selinux: switch to private struct selinux_mnt_optsAl Viro2018-12-211-161/+101
| * | LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-15/+37
| * | selinux: kill selinux_sb_get_mnt_opts()Al Viro2018-12-211-147/+51
| * | LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-211-1/+15
| * | selinux; don't open-code a loop in sb_finish_set_opts()Al Viro2018-12-211-4/+2
| * | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-9/+1