summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2019-05-10Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni
2019-05-08selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-04-29selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara
2019-04-15selinux: Check address length before reading address familyTetsuo Handa
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek
2019-03-25selinux: avoid uninitialized variable warningArnd Bergmann
2019-03-25selinux: remove useless assignmentsOndrej Mosnacek
2019-03-22selinux: Make selinux_kernfs_init_security staticYueHaibing
2019-03-20selinux: implement the kernfs_init_security hookOndrej Mosnacek
2019-03-20selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek
2019-03-18selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara
2019-03-18selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek
2019-03-13Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-03-12selinux: convert to kvmallocKent Overstreet
2019-03-11security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields
2019-03-11selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-28introduce cloning of fs_contextAl Viro
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells
2019-02-22doc: sctp: Merge and clean up rst filesKees Cook
2019-02-05selinux: fix avc audit messagesStephen Smalley
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek
2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek
2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa
2019-01-16Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-10selinux: do not override context on context mountsOndrej Mosnacek
2019-01-10selinux: never allow relabeling on context mountsOndrej Mosnacek
2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley
2019-01-10selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2019-01-10selinux: fix GPF on invalid policyStephen Smalley
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2019-01-08LSM: Infrastructure management of the ipc security blobCasey Schaufler
2019-01-08SELinux: Abstract use of ipc security blobsCasey Schaufler
2019-01-08LSM: Infrastructure management of the inode securityCasey Schaufler
2019-01-08SELinux: Abstract use of inode security blobCasey Schaufler
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler
2019-01-08SELinux: Abstract use of file security blobCasey Schaufler
2019-01-08Infrastructure management of the cred security blobCasey Schaufler
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler
2019-01-08SELinux: Abstract use of cred security blobCasey Schaufler
2019-01-08selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook