summaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)Author
2020-06-25selinux: fix double freeTom Rix
2020-05-06selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-02-24selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav
2020-02-24selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore
2020-02-24selinux: fall back to ref-walk if audit is requiredStephen Smalley
2020-01-23LSM: generalize flag passing to security_capableMicah Morton
2019-08-06selinux: fix memory leak in policydb_init()Ondrej Mosnacek
2019-07-26selinux: fix empty write to keycreate fileOndrej Mosnacek
2019-05-31selinux: avoid uninitialized variable warningArnd Bergmann
2019-05-16selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek
2019-05-08selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2019-05-04selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek
2019-03-23security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields
2019-03-23selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long
2019-01-26selinux: always allow mounting submountsOndrej Mosnacek
2019-01-22selinux: fix GPF on invalid policyStephen Smalley
2019-01-13selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek
2018-12-08selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore
2018-12-01selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa
2018-11-21selinux: check length properly in SCTP bind hookOndrej Mosnacek
2018-11-13selinux: fix mounting of cgroup2 under older policiesStephen Smalley
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-07selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming
2018-07-23net: sched: introduce chain object to uapiJiri Pirko
2018-07-17selinux: constify write_op[]Eric Biggers
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar
2018-07-12->file_open(): lose cred argumentAl Viro
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-28selinux: move user accesses in selinuxfs out of locked regionsJann Horn
2018-06-19selinux: Cleanup printk logging in netnodepeter enderborg
2018-06-19selinux: Cleanup printk logging in avcpeter enderborg
2018-06-19selinux: Cleanup printk logging in netifpeter enderborg
2018-06-19selinux: Cleanup printk logging in netportpeter enderborg
2018-06-19selinux: Cleanup printk logging in sidtabpeter enderborg
2018-06-19selinux: Cleanup printk logging in netlinkpeter enderborg
2018-06-19selinux: Cleanup printk logging in selinuxfspeter enderborg
2018-06-19selinux: Cleanup printk logging in servicespeter enderborg
2018-06-19selinux: Cleanup printk logging in avtabpeter enderborg
2018-06-19selinux: Cleanup printk logging in hookspeter enderborg
2018-06-19selinux: Cleanup printk logging in policydbpeter enderborg
2018-06-19selinux: Cleanup printk logging in ebitmappeter enderborg
2018-06-19selinux: Cleanup printk logging in conditionalpeter enderborg
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds