summaryrefslogtreecommitdiffstats
path: root/security/selinux/include/security.h
Commit message (Expand)AuthorAgeFilesLines
* selinux: fix style issues in security/selinux/include/security.hPaul Moore2023-12-221-80/+75
* selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-11-211-0/+6
* selinux: revert SECINITSID_INIT supportPaul Moore2023-08-091-6/+0
* selinux: avoid implicit conversions in services codeChristian Göttsche2023-08-031-2/+2
* selinux: update my email addressStephen Smalley2023-07-191-1/+1
* selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche2023-07-181-1/+1
* selinux: consistently use u32 as sequence number type in the status codeChristian Göttsche2023-07-181-1/+1
* selinux: introduce an initial SID for early boot processesOndrej Mosnacek2023-07-101-0/+6
* selinux: cleanup the policycap accessor functionsPaul Moore2023-07-101-24/+11
* selinux: make labeled NFS work when mounted before policy loadOndrej Mosnacek2023-05-301-0/+1
* selinux: cleanup exit_sel_fs() declarationXiu Jianfeng2023-05-301-1/+0
* 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-141-106/+65
* 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-021-9/+9
* selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-251-0/+7
* 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
* Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-271-1/+1
|\
| * selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
* | 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-211-1/+2
|\ \ | |/ |/|
| * selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian2021-01-141-1/+2
* | selinux: make selinuxfs_mount staticOndrej Mosnacek2021-01-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-171-3/+13
* scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-171-15/+1
* selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-171-1/+2
* selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche2020-02-101-0/+8
* selinux: move status variables out of selinux_ssOndrej Mosnacek2020-02-101-0/+4
* selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-101-2/+31
* selinux: randomize layout of key structuresStephen Smalley2019-12-181-1/+1
* selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-181-1/+3
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-091-0/+1
* selinux: default_range glblub implementationJoshua Brindle2019-10-071-1/+2
* selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2019-03-201-0/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-5/+5
|\
| * selinux: Implement the new mount API LSM hooksDavid Howells2019-02-281-5/+5
* | selinux: log invalid contexts in AVCsOndrej Mosnacek2019-01-251-0/+3
|/
* selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan2018-11-261-1/+1
* selinux: wrap AVC stateStephen Smalley2018-03-201-0/+3
* selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-021-4/+4
* selinux: wrap global selinux stateStephen Smalley2018-03-011-59/+169