aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksGravatar Paul Moore 1-1/+1
2020-11-12selinux: drop super_block backpointer from superblock_security_structGravatar Ondrej Mosnacek 1-1/+0
2020-09-15selinux: Add helper functions to get and set checkreqprotGravatar Lakshmi Ramasubramanian 1-0/+10
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEGravatar Stephen Smalley 1-7/+7
2020-08-31selinux: simplify away security_policydb_len()Gravatar Ondrej Mosnacek 1-1/+0
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksGravatar Stephen Smalley 1-0/+1
2020-08-25selinux: convert policy read-write lock to RCUGravatar Stephen Smalley 1-3/+2
2020-08-17selinux: move policy commit after updating selinuxfsGravatar Stephen Smalley 2-4/+14
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesGravatar Stephen Smalley 3-15/+39
2020-07-19capabilities: Introduce CAP_CHECKPOINT_RESTOREGravatar Adrian Reber 1-2/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-7/+2
2020-05-15bpf, capability: Introduce CAP_BPFGravatar Alexei Starovoitov 1-2/+2
2020-05-12selinux: netlabel: Remove unused inline functionGravatar YueHaibing 1-6/+0
2020-04-17selinux: implement new format of filename transitionsGravatar Ondrej Mosnacek 1-1/+2
2020-04-16capabilities: Introduce CAP_PERFMON to kernel and user spaceGravatar Alexey Budankov 1-2/+2
2020-02-27selinux: remove unused initial SIDs and improve handlingGravatar Stephen Smalley 1-29/+28
2020-02-11selinux: convert cond_list to arrayGravatar Ondrej Mosnacek 1-5/+3
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextGravatar Christian Göttsche 1-0/+8
2020-02-10selinux: move status variables out of selinux_ssGravatar Ondrej Mosnacek 1-0/+4
2020-01-10selinux: treat atomic flags more carefullyGravatar Ondrej Mosnacek 1-2/+31
2020-01-10selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.Gravatar Ravi Kumar Siddojigari 1-1/+12
2019-12-18selinux: randomize layout of key structuresGravatar Stephen Smalley 2-2/+2
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootGravatar Stephen Smalley 1-1/+3
2019-12-09selinux: fall back to ref-walk if audit is requiredGravatar Stephen Smalley 1-3/+5
2019-12-09selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Gravatar Stephen Smalley 1-0/+5
2019-12-09security,lockdown,selinux: implement SELinux lockdownGravatar Stephen Smalley 1-0/+2
2019-12-09selinux: sidtab reverse lookup hash tableGravatar Jeff Vander Stoep 1-0/+1
2019-11-30Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2019-10-17perf_event: Add support for LSM and SELinux checksGravatar Joel Fernandes (Google) 2-1/+7
2019-10-07selinux: default_range glblub implementationGravatar Joshua Brindle 1-1/+2
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-12/+13
2019-09-04selinux: fix residual uses of current_security() for the SELinux blobGravatar Stephen Smalley 1-10/+10
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsGravatar Aaron Goidel 1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 3-12/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Gravatar Thomas Gleixner 1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Gravatar Thomas Gleixner 3-33/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-15/+1
2019-03-20selinux: try security xattr after genfs for kernfs filesystemsGravatar Ondrej Mosnacek 1-0/+1
2019-03-18selinux: use kernel linux/socket.h for genheaders and mdpGravatar Paulo Alcantara 1-0/+1
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-5/+5
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+1
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+4
2019-02-28selinux: Implement the new mount API LSM hooksGravatar David Howells 1-5/+5
2019-01-31audit: remove unused actx param from audit_rule_matchGravatar Richard Guy Briggs 1-3/+1
2019-01-25selinux: log invalid contexts in AVCsGravatar Ondrej Mosnacek 1-0/+3
2019-01-10selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkGravatar Stephen Smalley 1-5/+0
2019-01-10selinux: avoid silent denials in permissive mode under RCU walkGravatar Stephen Smalley 1-0/+1
2019-01-08LSM: Infrastructure management of the ipc security blobGravatar Casey Schaufler 1-2/+2
2019-01-08SELinux: Abstract use of ipc security blobsGravatar Casey Schaufler 1-0/+13