aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/selinux/selinuxfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-16selinux: saner handling of policy reloadsAl Viro1-78/+66
2023-10-18selinux: convert to new timestamp accessorsJeff Layton1-1/+1
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-13/+15
2023-08-09selinux: avoid implicit conversions in selinuxfs codeChristian Göttsche1-7/+7
2023-08-03selinux: avoid implicit conversions in services codeChristian Göttsche1-3/+4
2023-07-24selinux: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-18selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche1-3/+4
2023-05-08selinux: declare read-only data arrays constChristian Göttsche1-1/+1
2023-05-08selinux: adjust typos in commentsChristian Göttsche1-1/+1
2023-03-20selinux: remove the runtime disable functionalityPaul Moore1-37/+6
2023-03-20selinux: remove the 'checkreqprot' functionalityPaul Moore1-8/+5
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley1-130/+78
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-3/+3
2022-10-17selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore1-2/+2
2022-08-30selinux: use int arrays for boolean valuesChristian Göttsche1-5/+5
2022-08-30selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen1-4/+1
2022-04-14selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore1-0/+2
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore1-2/+2
2022-04-04selinux: runtime disable is deprecated, add some ssleep() discomfortPaul Moore1-0/+2
2022-03-02selinux: shorten the policy capability enum namesPaul Moore1-1/+1
2022-01-25selinux: check return value of sel_make_avc_filesChristian Göttsche1-0/+2
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+6
2021-03-18selinuxfs: unify policy load error reportingOndrej Mosnacek1-6/+3
2021-03-18selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek1-5/+5
2021-03-18selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek1-2/+1
2021-03-08selinux: measure state and policy capabilitiesLakshmi Ramasubramanian1-0/+6
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek1-2/+2
2021-01-12selinux: make selinuxfs_mount staticOndrej Mosnacek1-1/+1
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian1-2/+3
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek1-6/+6
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley1-14/+12
2020-08-21selinux: Create new booleans and class dirs out of treeDaniel Burgener1-23/+90
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener1-4/+6
2020-08-21selinux: Refactor selinuxfs directory populating functionsDaniel Burgener1-20/+25
2020-08-21selinux: Create function for selinuxfs directory cleanupDaniel Burgener1-14/+25
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley1-32/+37
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley1-1/+5
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek1-2/+2
2020-02-10selinux: sel_avc_get_stat_idx should increase position indexVasily Averin1-0/+1
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley1-0/+8
2020-01-07selinux: deprecate disabling SELinux and runtimePaul Moore1-0/+7
2020-01-06selinuxfs: use scnprintf to get real length for inodeliuyang341-2/+2
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley1-6/+5
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep1-0/+65
2019-10-01selinux: remove load size limitzhanglin1-4/+0
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+15
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-1/+1
2019-07-04vfs: Convert selinuxfs to use the new mount APIDavid Howells1-5/+15
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-3/+1