summaryrefslogtreecommitdiff
path: root/security/selinux/include
Commit message (Expand)AuthorAgeFilesLines
* selinux: remove the runtime disable functionalityPaul Moore2023-03-201-21/+0
* selinux: remove the 'checkreqprot' functionalityPaul Moore2023-03-201-9/+2
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-145-135/+82
* Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-031-0/+2
|\
| * selinux: Implement userns_create hookFrederick Lawler2022-08-161-0/+2
* | selinux: implement the security_uring_cmd() LSM hookPaul Moore2022-08-261-1/+1
|/
* selinux: fix typos in commentsJonas Lindner2022-06-101-1/+1
* selinux: add __randomize_layout to selinux_audit_dataGONG, Ruiqi2022-06-071-1/+1
* selinux: declare data arrays constChristian Göttsche2022-05-035-5/+5
* selinux: include necessary headers in headersChristian Göttsche2022-05-036-1/+12
* selinux: update parameter documentationChristian Göttsche2022-05-032-1/+2
* selinux: resolve checkpatch errorsChristian Göttsche2022-05-031-2/+1
* selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore2022-04-141-3/+1
* selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore2022-04-041-0/+6
* selinux: shorten the policy capability enum namesPaul Moore2022-03-023-21/+21
* selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-253-1/+10
* selinux: enclose macro arguments in parenthesisChristian Göttsche2022-01-261-2/+2
* selinux: declare path parameters of _genfs_sid constChristian Göttsche2022-01-251-2/+2
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-2/+2
* selinux: remove the SELinux lockdown implementationPaul Moore2021-09-301-2/+0
* selinux: add support for the io_uring access controlsPaul Moore2021-09-191-0/+2
* mctp: Add MCTP baseJeremy Kerr2021-07-291-1/+3
* selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro2021-06-111-8/+1
* selinux: slow_avc_audit has become non-blockingAl Viro2021-06-111-4/+0
* selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-101-1/+1
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+6
|\
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-221-0/+6
* | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-273-3/+10
|\ \
| * | selinux: add proper NULL termination to the secclass_map permissionsPaul Moore2021-04-211-2/+3
| * | selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
| * | selinux: measure state and policy capabilitiesLakshmi Ramasubramanian2021-03-081-0/+6
| |/
* | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-221-4/+11
|\ \ | |/ |/|
| * selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek2021-03-181-4/+11
* | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-212-1/+26
|\ \ | |/ |/|
| * selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian2021-01-142-1/+26
* | selinux: teach SELinux about anonymous inodesDaniel Colascione2021-01-141-0/+2
* | selinux: make selinuxfs_mount staticOndrej Mosnacek2021-01-121-1/+0
|/
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek2020-11-121-1/+0
* selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian2020-09-151-0/+10
* selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley2020-09-111-7/+7
* selinux: simplify away security_policydb_len()Ondrej Mosnacek2020-08-311-1/+0
* selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-271-0/+1
* selinux: convert policy read-write lock to RCUStephen Smalley2020-08-251-3/+2
* selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-172-4/+14
* scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-173-15/+39
* capabilities: Introduce CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+2
|\
| * bpf, capability: Introduce CAP_BPFAlexei Starovoitov2020-05-151-2/+2
* | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-022-7/+2
|\ \ | |/ |/|