aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)Author
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek
2020-02-10selinux: sel_avc_get_stat_idx should increase position indexVasily Averin
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley
2020-01-07selinux: deprecate disabling SELinux and runtimePaul Moore
2020-01-06selinuxfs: use scnprintf to get real length for inodeliuyang34
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep
2019-10-01selinux: remove load size limitzhanglin
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-04vfs: Convert selinuxfs to use the new mount APIDavid Howells
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-01-08SELinux: Abstract use of inode security blobCasey Schaufler
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-07selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming
2018-07-17selinux: constify write_op[]Eric Biggers
2018-06-30Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-28selinux: move user accesses in selinuxfs out of locked regionsJann Horn
2018-06-19selinux: Cleanup printk logging in selinuxfspeter enderborg
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-04-17audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs
2018-04-17audit: normalize MAC_STATUS recordRichard Guy Briggs
2018-04-16security: selinux: Change return type to vm_fault_tSouptick Joarder
2018-04-09selinux: fix missing dput() before selinuxfs unmountStephen Smalley
2018-03-20selinux: wrap AVC stateStephen Smalley
2018-03-20selinux: wrap selinuxfs stateStephen Smalley
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore
2018-03-01selinux: wrap global selinux stateStephen Smalley
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-25sel_write_validatetrans(): don't open-code memdup_user_nul()Al Viro
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens
2017-05-23selinux: log policy capability state when a policy is loadedStephen Smalley
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-03-29selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()Markus Elfring
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-09selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney
2017-01-09selinux: log errors when loading new policyGary Tierney
2017-01-09selinux: clean up cred usage and simplifyStephen Smalley
2017-01-09selinux: support distinctions among all network address familiesStephen Smalley
2016-11-20selinux: normalize input to /sys/fs/selinux/enforceStephen Smalley
2016-11-14selinux: Minor cleanupsAndreas Gruenbacher
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-06-15selinux: fix type mismatchHeinrich Schuchardt
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds