aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-22new helper: file_inode(file)Al Viro1-12/+8
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-09-21userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman1-3/+3
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-3/+3
2012-05-29selinuxfs snprintf() misusesAl Viro1-29/+7
2012-04-09SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris1-0/+1
2012-04-09SELinux: remove needless sel_div functionEric Paris1-6/+1
2012-04-09SELinux: loosen DAC perms on reading policyEric Paris1-1/+1
2012-04-09SELinux: allow seek operations on the file exposing policyEric Paris1-0/+1
2012-03-31selinuxfs: merge dentry allocation into sel_make_dir()Al Viro1-66/+44
2011-11-16selinuxfs: remove custom hex_to_bin()Andy Shevchenko1-10/+4
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris1-2/+0
2011-09-09selinux: sparse fix: eliminate warnings for selinuxfsJames Morris1-1/+1
2011-09-09selinux: sparse fix: declare selinux_disable() in security.hJames Morris1-1/+0
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-0/+1
2011-06-15Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-1/+36
2011-05-26selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai1-1/+36
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into for-linusJames Morris1-3/+25
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2011-05-19selinux: avoid unnecessary avc cache stat hit countLinus Torvalds1-3/+7
2011-05-11SELINUX: add /sys/fs/selinux mount point to put selinuxfsGreg Kroah-Hartman1-1/+11
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-4/+4
2011-04-01selinux: add type_transition with name extension support for selinuxfsKohei Kaigai1-2/+14
2011-01-10Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-338/+311
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-4/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-2/+10
2010-11-30SELinux: do not set automatic i_ino in selinuxfsEric Paris1-1/+0
2010-11-30SELinux: standardize return code handling in selinuxfs.cEric Paris1-337/+311
2010-10-29convert get_sb_single() usersAl Viro1-5/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-21selinux: implement mmap on /selinux/policyEric Paris1-0/+44
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris1-0/+95