summaryrefslogtreecommitdiffstats
path: root/security/selinux/include
AgeCommit message (Expand)AuthorLines
2022-08-26selinux: implement the security_uring_cmd() LSM hookPaul Moore-1/+1
2022-06-10selinux: fix typos in commentsJonas Lindner-1/+1
2022-06-07selinux: add __randomize_layout to selinux_audit_dataGONG, Ruiqi-1/+1
2022-05-03selinux: declare data arrays constChristian Göttsche-5/+5
2022-05-03selinux: include necessary headers in headersChristian Göttsche-1/+12
2022-05-03selinux: update parameter documentationChristian Göttsche-1/+2
2022-05-03selinux: resolve checkpatch errorsChristian Göttsche-2/+1
2022-04-14selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore-3/+1
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore-0/+6
2022-03-02selinux: shorten the policy capability enum namesPaul Moore-21/+21
2022-02-25selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines-1/+10
2022-01-26selinux: enclose macro arguments in parenthesisChristian Göttsche-2/+2
2022-01-25selinux: declare path parameters of _genfs_sid constChristian Göttsche-2/+2
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long-2/+2
2021-09-30selinux: remove the SELinux lockdown implementationPaul Moore-2/+0
2021-09-19selinux: add support for the io_uring access controlsPaul Moore-0/+2
2021-07-29mctp: Add MCTP baseJeremy Kerr-1/+3
2021-06-11selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro-8/+1
2021-06-11selinux: slow_avc_audit has become non-blockingAl Viro-4/+0
2021-05-10selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-0/+6
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+10
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler-0/+6
2021-04-21selinux: add proper NULL termination to the secclass_map permissionsPaul Moore-2/+3
2021-03-22Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+11
2021-03-18selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek-4/+11
2021-03-08selinux: fix misspellings using codespell toolXiong Zhenwu-1/+1
2021-03-08selinux: measure state and policy capabilitiesLakshmi Ramasubramanian-0/+6
2021-02-21Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+26
2021-01-14selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian-1/+26
2021-01-14selinux: teach SELinux about anonymous inodesDaniel Colascione-0/+2
2021-01-12selinux: make selinuxfs_mount staticOndrej Mosnacek-1/+0
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore-1/+1
2020-11-12selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek-1/+0
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian-0/+10
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley-7/+7
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek-1/+0
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley-0/+1
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley-3/+2
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley-4/+14
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley-15/+39
2020-07-19capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber-2/+3
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+2
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+2
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov-2/+2
2020-05-12selinux: netlabel: Remove unused inline functionYueHaibing-6/+0
2020-04-17selinux: implement new format of filename transitionsOndrej Mosnacek-1/+2
2020-04-16capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov-2/+2
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley-29/+28
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek-5/+3