aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-2/+2
2017-03-29selinuxfs: Use seq_puts() in sel_avc_stats_seq_show()Gravatar Markus Elfring 1-4/+4
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityGravatar Stephen Smalley 1-1/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+2
2017-01-09selinux: default to security isid in sel_make_bools() if no sid is foundGravatar Gary Tierney 1-3/+3
2017-01-09selinux: log errors when loading new policyGravatar Gary Tierney 1-5/+16
2017-01-09selinux: clean up cred usage and simplifyGravatar Stephen Smalley 1-34/+39
2017-01-09selinux: support distinctions among all network address familiesGravatar Stephen Smalley 1-1/+1
2016-11-20selinux: normalize input to /sys/fs/selinux/enforceGravatar Stephen Smalley 1-0/+2
2016-11-14selinux: Minor cleanupsGravatar Andreas Gruenbacher 1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-06-15selinux: fix type mismatchGravatar Heinrich Schuchardt 1-1/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+80
2016-01-04selinuxfs: switch to memdup_user_nul()Gravatar Al Viro 1-73/+41
2015-12-24selinux: export validatetrans decisionsGravatar Andrew Perepechko 1-0/+80
2015-10-21selinux: introduce security_context_str_to_sidGravatar Rasmus Villemoes 1-17/+9
2015-09-10mm: mark most vm_operations_struct constGravatar Kirill A. Shutemov 1-1/+1
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-6/+5
2015-04-15VFS: security/: d_inode() annotationsGravatar David Howells 1-1/+1
2015-03-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...Gravatar James Morris 1-1/+1
2015-03-25selinux: fix sel_write_enforce broken return valueGravatar Joe Perches 1-1/+1
2015-01-25selinuxfs: don't open-code d_genocide()Gravatar Al Viro 1-49/+3
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-3/+3
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+1
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersGravatar Nikolay Aleksandrov 1-10/+18
2014-02-06security: replace strict_strto*() with kstrto*()Gravatar Jingoo Han 1-1/+1
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Gravatar Chris PeBenito 1-1/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-12/+8