aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-20selinux: wrap selinuxfs stateStephen Smalley1-177/+261
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore1-3/+3
2018-03-01selinux: wrap global selinux stateStephen Smalley1-63/+82
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+5
2017-05-25sel_write_validatetrans(): don't open-code memdup_user_nul()Al Viro1-7/+5
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens1-0/+2
2017-05-23selinux: log policy capability state when a policy is loadedStephen Smalley1-11/+2
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers1-2/+2
2017-03-29selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()Markus Elfring1-4/+4
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley1-1/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2017-01-09selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney1-3/+3
2017-01-09selinux: log errors when loading new policyGary Tierney1-5/+16
2017-01-09selinux: clean up cred usage and simplifyStephen Smalley1-34/+39
2017-01-09selinux: support distinctions among all network address familiesStephen Smalley1-1/+1
2016-11-20selinux: normalize input to /sys/fs/selinux/enforceStephen Smalley1-0/+2
2016-11-14selinux: Minor cleanupsAndreas Gruenbacher1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-06-15selinux: fix type mismatchHeinrich Schuchardt1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+80
2016-01-04selinuxfs: switch to memdup_user_nul()Al Viro1-73/+41
2015-12-24selinux: export validatetrans decisionsAndrew Perepechko1-0/+80
2015-10-21selinux: introduce security_context_str_to_sidRasmus Villemoes1-17/+9
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+5
2015-04-15VFS: security/: d_inode() annotationsDavid Howells1-1/+1
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into for-linusJames Morris1-1/+1
2015-03-25selinux: fix sel_write_enforce broken return valueJoe Perches1-1/+1
2015-01-25selinuxfs: don't open-code d_genocide()Al Viro1-49/+3
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-3/+3
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-10/+18
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito1-1/+3