summaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)AuthorLines
2019-03-13Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+7
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-10/+88
2019-03-12selinux: convert to kvmallocKent Overstreet-144/+62
2019-03-11security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields-1/+4
2019-03-11selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long-0/+3
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+2
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-127/+176
2019-02-28introduce cloning of fs_contextAl Viro-0/+39
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells-10/+49
2019-02-22doc: sctp: Merge and clean up rst filesKees Cook-1/+1
2019-02-05selinux: fix avc audit messagesStephen Smalley-3/+3
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs-5/+2
2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek-2/+4
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek-5/+50
2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek-2/+3
2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek-82/+58
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris-1/+2
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa-1/+0
2019-01-16Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2019-01-10selinux: do not override context on context mountsOndrej Mosnacek-1/+8
2019-01-10selinux: never allow relabeling on context mountsOndrej Mosnacek-9/+31
2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley-30/+4
2019-01-10selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley-3/+25
2019-01-10selinux: fix GPF on invalid policyStephen Smalley-1/+2
2019-01-10LSM: generalize flag passing to security_capableMicah Morton-9/+9
2019-01-08LSM: Infrastructure management of the ipc security blobCasey Schaufler-87/+15
2019-01-08SELinux: Abstract use of ipc security blobsCasey Schaufler-9/+22
2019-01-08LSM: Infrastructure management of the inode securityCasey Schaufler-36/+10
2019-01-08SELinux: Abstract use of inode security blobCasey Schaufler-15/+21
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler-24/+3
2019-01-08SELinux: Abstract use of file security blobCasey Schaufler-9/+14
2019-01-08Infrastructure management of the cred security blobCasey Schaufler-42/+13
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler-29/+1
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler-6/+0
2019-01-08SELinux: Abstract use of cred security blobCasey Schaufler-29/+34
2019-01-08selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook-19/+1
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook-10/+0
2019-01-08LSM: Plumb visibility into optional "enabled" stateKees Cook-0/+1
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook-0/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-506/+293
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-396/+625
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro-26/+19
2018-12-21selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro-92/+54
2018-12-21selinux: regularize Opt_... names a bitAl Viro-8/+8
2018-12-21selinux: switch away from match_token()Al Viro-27/+55
2018-12-21selinux: new helper - selinux_add_opt()Al Viro-73/+53
2018-12-21selinux: switch to private struct selinux_mnt_optsAl Viro-161/+101