summaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: saner handling of policy reloadsAl Viro2023-11-161-78/+66
* selinux: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-301-13/+15
|\
| * selinux: avoid implicit conversions in selinuxfs codeChristian Göttsche2023-08-091-7/+7
| * selinux: avoid implicit conversions in services codeChristian Göttsche2023-08-031-3/+4
| * selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche2023-07-181-3/+4
* | selinux: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
|/
* selinux: declare read-only data arrays constChristian Göttsche2023-05-081-1/+1
* selinux: adjust typos in commentsChristian Göttsche2023-05-081-1/+1
* selinux: remove the runtime disable functionalityPaul Moore2023-03-201-37/+6
* selinux: remove the 'checkreqprot' functionalityPaul Moore2023-03-201-8/+5
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-130/+78
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
* selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore2022-10-171-2/+2
* selinux: use int arrays for boolean valuesChristian Göttsche2022-08-301-5/+5
* selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen2022-08-301-4/+1
* selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore2022-04-141-0/+2
* selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore2022-04-041-2/+2
* selinux: runtime disable is deprecated, add some ssleep() discomfortPaul Moore2022-04-041-0/+2
* selinux: shorten the policy capability enum namesPaul Moore2022-03-021-1/+1
* selinux: check return value of sel_make_avc_filesChristian Göttsche2022-01-251-0/+2
* Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-271-0/+6
|\
| * selinux: measure state and policy capabilitiesLakshmi Ramasubramanian2021-03-081-0/+6
* | selinuxfs: unify policy load error reportingOndrej Mosnacek2021-03-181-6/+3
* | selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek2021-03-181-5/+5
* | selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek2021-03-181-2/+1
|/
* selinux: mark some global variables __ro_after_initOndrej Mosnacek2021-01-121-2/+2
* selinux: make selinuxfs_mount staticOndrej Mosnacek2021-01-121-1/+1
* selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian2020-09-151-2/+3
* selinux: simplify away security_policydb_len()Ondrej Mosnacek2020-08-311-6/+6
* selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-271-14/+12
* selinux: Create new booleans and class dirs out of treeDaniel Burgener2020-08-211-23/+90
* selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener2020-08-211-4/+6
* selinux: Refactor selinuxfs directory populating functionsDaniel Burgener2020-08-211-20/+25
* selinux: Create function for selinuxfs directory cleanupDaniel Burgener2020-08-211-14/+25
* selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-171-32/+37
* selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-271-1/+5
* selinux: convert cond_list to arrayOndrej Mosnacek2020-02-111-2/+2
* selinux: sel_avc_get_stat_idx should increase position indexVasily Averin2020-02-101-0/+1
* Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley2020-02-101-0/+8
* selinux: deprecate disabling SELinux and runtimePaul Moore2020-01-071-0/+7
* selinuxfs: use scnprintf to get real length for inodeliuyang342020-01-061-2/+2
* selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-181-6/+5
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-091-0/+65
* selinux: remove load size limitzhanglin2019-10-011-4/+0
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\
| * vfs: Convert selinuxfs to use the new mount APIDavid Howells2019-07-041-5/+15
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\ \
| * | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-141-1/+1
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-3/+1
|/