summaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)Author
2020-07-13selinux: fix double freeTom Rix
2020-07-11selinux: fix error return code in policydb_read()Wei Yongjun
2020-06-04selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-06-04selinux: remove redundant selinux_nlmsg_permHuaisheng Ye
2020-05-15selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav
2020-05-15selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore
2020-05-04selinux: fall back to ref-walk if audit is requiredStephen Smalley
2020-05-04selinux: fix regression introduced by move_mount(2) syscallStephen Smalley
2020-05-04selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley
2019-11-09selinux: fix context string corruption in convert_context()Ondrej Mosnacek
2019-10-07selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley
2019-08-06selinux: fix memory leak in policydb_init()Ondrej Mosnacek
2019-07-31selinux: check sidtab limit before adding a new entryOndrej Mosnacek
2019-07-26selinux: fix empty write to keycreate fileOndrej Mosnacek
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-12Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-12selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()Gen Zhang
2019-06-12selinux: fix a missing-check bug in selinux_add_mnt_opt( )Gen Zhang
2019-06-11selinux: log raw contexts as untrusted stringsOndrej Mosnacek
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-21Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni
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