summaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney2017-01-091-3/+3
* selinux: log errors when loading new policyGary Tierney2017-01-091-5/+16
* selinux: clean up cred usage and simplifyStephen Smalley2017-01-091-34/+39
* selinux: support distinctions among all network address familiesStephen Smalley2017-01-091-1/+1
* selinux: normalize input to /sys/fs/selinux/enforceStephen Smalley2016-11-201-0/+2
* selinux: Minor cleanupsAndreas Gruenbacher2016-11-141-2/+2
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* selinux: fix type mismatchHeinrich Schuchardt2016-06-151-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-0/+80
|\
| * selinux: export validatetrans decisionsAndrew Perepechko2015-12-241-0/+80
* | selinuxfs: switch to memdup_user_nul()Al Viro2016-01-041-73/+41
|/
* selinux: introduce security_context_str_to_sidRasmus Villemoes2015-10-211-17/+9
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+5
* VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-03-271-1/+1
|\
| * selinux: fix sel_write_enforce broken return valueJoe Perches2015-03-251-1/+1
* | selinuxfs: don't open-code d_genocide()Al Viro2015-01-251-49/+3
|/
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-031-1/+1
|\
| * security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-061-1/+1
* | selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-10/+18
|/
* Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito2013-07-251-1/+3
* new helper: file_inode(file)Al Viro2013-02-221-12/+8
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman2012-09-211-3/+3
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-3/+3
* selinuxfs snprintf() misusesAl Viro2012-05-291-29/+7
* SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris2012-04-091-0/+1
* SELinux: remove needless sel_div functionEric Paris2012-04-091-6/+1
* SELinux: loosen DAC perms on reading policyEric Paris2012-04-091-1/+1
* SELinux: allow seek operations on the file exposing policyEric Paris2012-04-091-0/+1
* selinuxfs: merge dentry allocation into sel_make_dir()Al Viro2012-03-311-66/+44
* selinuxfs: remove custom hex_to_bin()Andy Shevchenko2011-11-161-10/+4
* selinux: sparse fix: fix warnings in netlink codeJames Morris2011-09-091-2/+0
* selinux: sparse fix: eliminate warnings for selinuxfsJames Morris2011-09-091-1/+1
* selinux: sparse fix: declare selinux_disable() in security.hJames Morris2011-09-091-1/+0
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* VFS : mount lock scalability for internal mountsTim Chen2011-07-241-0/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-06-151-1/+36
|\