aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18selinux: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-13/+15
2023-08-09selinux: avoid implicit conversions in selinuxfs codeGravatar Christian Göttsche 1-7/+7
2023-08-03selinux: avoid implicit conversions in services codeGravatar Christian Göttsche 1-3/+4
2023-07-24selinux: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-07-18selinux: avoid implicit conversions regarding enforcing statusGravatar Christian Göttsche 1-3/+4
2023-05-08selinux: declare read-only data arrays constGravatar Christian Göttsche 1-1/+1
2023-05-08selinux: adjust typos in commentsGravatar Christian Göttsche 1-1/+1
2023-03-20selinux: remove the runtime disable functionalityGravatar Paul Moore 1-37/+6
2023-03-20selinux: remove the 'checkreqprot' functionalityGravatar Paul Moore 1-8/+5
2023-03-14selinux: stop passing selinux_state pointers and their offspringGravatar Stephen Smalley 1-130/+78
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-3/+3
2022-10-17selinux: increase the deprecation sleep for checkreqprot and runtime disableGravatar Paul Moore 1-2/+2
2022-08-30selinux: use int arrays for boolean valuesGravatar Christian Göttsche 1-5/+5
2022-08-30selinux: remove an unneeded variable in sel_make_class_dir_entries()Gravatar ye xingchen 1-4/+1
2022-04-14selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is trueGravatar Paul Moore 1-0/+2
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortGravatar Paul Moore 1-2/+2
2022-04-04selinux: runtime disable is deprecated, add some ssleep() discomfortGravatar Paul Moore 1-0/+2
2022-03-02selinux: shorten the policy capability enum namesGravatar Paul Moore 1-1/+1
2022-01-25selinux: check return value of sel_make_avc_filesGravatar Christian Göttsche 1-0/+2
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2021-03-18selinuxfs: unify policy load error reportingGravatar Ondrej Mosnacek 1-6/+3
2021-03-18selinux: fix variable scope issue in live sidtab conversionGravatar Ondrej Mosnacek 1-5/+5
2021-03-18selinux: don't log MAC_POLICY_LOAD record on failed policy loadGravatar Ondrej Mosnacek 1-2/+1
2021-03-08selinux: measure state and policy capabilitiesGravatar Lakshmi Ramasubramanian 1-0/+6
2021-01-12selinux: mark some global variables __ro_after_initGravatar Ondrej Mosnacek 1-2/+2
2021-01-12selinux: make selinuxfs_mount staticGravatar Ondrej Mosnacek 1-1/+1
2020-09-15selinux: Add helper functions to get and set checkreqprotGravatar Lakshmi Ramasubramanian 1-2/+3
2020-08-31selinux: simplify away security_policydb_len()Gravatar Ondrej Mosnacek 1-6/+6
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksGravatar Stephen Smalley 1-14/+12
2020-08-21selinux: Create new booleans and class dirs out of treeGravatar Daniel Burgener 1-23/+90
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesGravatar Daniel Burgener 1-4/+6
2020-08-21selinux: Refactor selinuxfs directory populating functionsGravatar Daniel Burgener 1-20/+25
2020-08-21selinux: Create function for selinuxfs directory cleanupGravatar Daniel Burgener 1-14/+25
2020-08-17selinux: move policy commit after updating selinuxfsGravatar Stephen Smalley 1-32/+37
2020-02-27selinux: remove unused initial SIDs and improve handlingGravatar Stephen Smalley 1-1/+5
2020-02-11selinux: convert cond_list to arrayGravatar Ondrej Mosnacek 1-2/+2
2020-02-10selinux: sel_avc_get_stat_idx should increase position indexGravatar Vasily Averin 1-0/+1
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Gravatar Stephen Smalley 1-0/+8
2020-01-07selinux: deprecate disabling SELinux and runtimeGravatar Paul Moore 1-0/+7
2020-01-06selinuxfs: use scnprintf to get real length for inodeGravatar liuyang34 1-2/+2
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootGravatar Stephen Smalley 1-6/+5
2019-12-09selinux: sidtab reverse lookup hash tableGravatar Jeff Vander Stoep 1-0/+65
2019-10-01selinux: remove load size limitGravatar zhanglin 1-4/+0
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+15
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-07-04vfs: Convert selinuxfs to use the new mount APIGravatar David Howells 1-5/+15
2019-06-14LSM: switch to blocking policy update notifiersGravatar Janne Karhunen 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Gravatar Thomas Gleixner 1-3/+1
2019-01-08SELinux: Abstract use of inode security blobGravatar Casey Schaufler 1-2/+2