summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)AuthorFilesLines
2019-10-03selinux: fix context string corruption in convert_context()Ondrej Mosnacek1-1/+8
2019-09-05selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley2-11/+11
2019-08-27selinux: avoid atomic_t usage in sidtabOndrej Mosnacek2-32/+35
2019-08-13fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel2-2/+50
2019-08-05selinux: always return a secid from the network caches if we find onePaul Moore3-47/+38
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek3-11/+11
2019-08-05selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek1-4/+8
2019-08-05selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore1-189/+187
2019-07-31selinux: fix memory leak in policydb_init()Ondrej Mosnacek1-1/+5
2019-07-24selinux: check sidtab limit before adding a new entryOndrej Mosnacek1-0/+5
2019-07-01selinux: format all invalid context as untrustedRichard Guy Briggs1-10/+19
2019-06-12selinux: fix empty write to keycreate fileOndrej Mosnacek1-5/+6
2019-05-21selinux: remove some no-op BUG_ONsOndrej Mosnacek1-4/+0
2019-05-21selinux: provide __le variables explicitlyNicholas Mc Guire1-4/+6
2019-05-10Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni1-4/+4
2019-05-08selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni1-4/+4
2019-05-08Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-88/+163
2019-04-29selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara1-0/+1
2019-04-15selinux: Check address length before reading address familyTetsuo Handa1-1/+6
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek1-5/+4
2019-03-25selinux: avoid uninitialized variable warningArnd Bergmann1-9/+5
2019-03-25selinux: remove useless assignmentsOndrej Mosnacek1-5/+2
2019-03-22selinux: Make selinux_kernfs_init_security staticYueHaibing1-2/+2
2019-03-21selinux: implement the kernfs_init_security hookOndrej Mosnacek1-0/+66
2019-03-21selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2-73/+85
2019-03-19selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara1-0/+1
2019-03-18selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek1-4/+9
2019-03-13Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+7
2019-03-13Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-10/+88
2019-03-12selinux: convert to kvmallocKent Overstreet6-144/+62
2019-03-11security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields1-1/+4
2019-03-11selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long1-0/+3
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+2
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-127/+176
2019-02-28introduce cloning of fs_contextAl Viro1-0/+39
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells2-10/+49
2019-02-22doc: sctp: Merge and clean up rst filesKees Cook1-1/+1
2019-02-05selinux: fix avc audit messagesStephen Smalley1-3/+3
2019-02-01audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2-5/+2
2019-01-29selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek1-2/+4
2019-01-26selinux: log invalid contexts in AVCsOndrej Mosnacek3-5/+50
2019-01-26selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek1-2/+3
2019-01-26selinux: inline some AVC functions used only onceOndrej Mosnacek1-82/+58
2019-01-23Merge tag 'v5.0-rc3' into next-generalJames Morris1-1/+2
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa1-1/+0
2019-01-16Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2019-01-11selinux: do not override context on context mountsOndrej Mosnacek1-1/+8
2019-01-11selinux: never allow relabeling on context mountsOndrej Mosnacek1-9/+31
2019-01-11selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley3-30/+4