aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-08SELinux: Abstract use of inode security blobCasey Schaufler1-2/+2
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-14/+31
2018-08-07selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming1-8/+25
2018-07-17selinux: constify write_op[]Eric Biggers1-1/+1
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-45/+33
2018-06-28selinux: move user accesses in selinuxfs out of locked regionsJann Horn1-45/+33
2018-06-19selinux: Cleanup printk logging in selinuxfspeter enderborg1-5/+5
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-3/+3
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-3/+3
2018-04-17audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs1-1/+1
2018-04-17audit: normalize MAC_STATUS recordRichard Guy Briggs1-4/+10
2018-04-16security: selinux: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-04-09selinux: fix missing dput() before selinuxfs unmountStephen Smalley1-0/+1
2018-03-20selinux: wrap AVC stateStephen Smalley1-19/+41