aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+31
2018-08-07selinux: cleanup dentry and inodes on error in selinuxfsGravatar nixiaoming 1-8/+25
2018-07-17selinux: constify write_op[]Gravatar Eric Biggers 1-1/+1
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-45/+33
2018-06-28selinux: move user accesses in selinuxfs out of locked regionsGravatar Jann Horn 1-45/+33
2018-06-19selinux: Cleanup printk logging in selinuxfsGravatar peter enderborg 1-5/+5
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2018-05-14audit: use inline function to get audit contextGravatar Richard Guy Briggs 1-3/+3
2018-04-17audit: normalize MAC_POLICY_LOAD recordGravatar Richard Guy Briggs 1-1/+1
2018-04-17audit: normalize MAC_STATUS recordGravatar Richard Guy Briggs 1-4/+10
2018-04-16security: selinux: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-04-09selinux: fix missing dput() before selinuxfs unmountGravatar Stephen Smalley 1-0/+1
2018-03-20selinux: wrap AVC stateGravatar Stephen Smalley 1-19/+41
2018-03-20selinux: wrap selinuxfs stateGravatar Stephen Smalley 1-177/+261
2018-03-02selinux: rename the {is,set}_enforcing() functionsGravatar Paul Moore 1-3/+3
2018-03-01selinux: wrap global selinux stateGravatar Stephen Smalley 1-63/+82
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+5
2017-05-25sel_write_validatetrans(): don't open-code memdup_user_nul()Gravatar Al Viro 1-7/+5
2017-05-23selinux lsm IB/core: Implement LSM notification systemGravatar Daniel Jurgens 1-0/+2
2017-05-23selinux: log policy capability state when a policy is loadedGravatar Stephen Smalley 1-11/+2