summaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* SELinux: Abstract use of inode security blobCasey Schaufler2019-01-081-2/+2
* Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-151-14/+31
|\
| * selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming2018-08-071-8/+25
| * selinux: constify write_op[]Eric Biggers2018-07-171-1/+1
| * selinux: Cleanup printk logging in selinuxfspeter enderborg2018-06-191-5/+5
* | Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-301-45/+33
|\ \ | |/ |/|
| * selinux: move user accesses in selinuxfs out of locked regionsJann Horn2018-06-281-45/+33
* | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-3/+3
|\ \ | |/ |/|
| * audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-3/+3
* | audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs2018-04-171-1/+1
* | audit: normalize MAC_STATUS recordRichard Guy Briggs2018-04-171-4/+10
* | security: selinux: Change return type to vm_fault_tSouptick Joarder2018-04-161-1/+1
|/
* selinux: fix missing dput() before selinuxfs unmountStephen Smalley2018-04-091-0/+1
* selinux: wrap AVC stateStephen Smalley2018-03-201-19/+41
* selinux: wrap selinuxfs stateStephen Smalley2018-03-201-177/+261
* selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-021-3/+3
* selinux: wrap global selinux stateStephen Smalley2018-03-011-63/+82
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-7/+5
|\
| * sel_write_validatetrans(): don't open-code memdup_user_nul()Al Viro2017-05-251-7/+5
* | selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens2017-05-231-0/+2
* | selinux: log policy capability state when a policy is loadedStephen Smalley2017-05-231-11/+2
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-091-2/+2
|\
| * fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-2/+2
* | selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()Markus Elfring2017-03-291-4/+4
|/
* selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley2017-03-021-1/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+2