aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)Author
2011-01-10Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-01-07fs: dcache rationalise dget variantsNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2010-11-30SELinux: do not set automatic i_ino in selinuxfsEric Paris
2010-11-30SELinux: standardize return code handling in selinuxfs.cEric Paris
2010-10-29convert get_sb_single() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-21selinux: implement mmap on /selinux/policyEric Paris
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris
2010-10-21selinux: fast status update interface (/selinux/status)KaiGai Kohei
2010-08-02selinux: use generic_file_llseekArnd Bergmann
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com
2010-02-09selinux: fix memory leak in sel_make_boolsXiaotian Feng
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia
2010-01-18selinux: change the handling of unknown classesStephen Smalley
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley
2009-05-19selinux: remove obsolete read buffer limit from sel_read_boolStephen Smalley
2009-04-02Permissive domain in userspace object managerKaiGai Kohei
2009-03-28selinux: Remove the "compat_net" compatibility codePaul Moore
2009-02-14SELinux: remove unused av.decided fieldEric Paris
2009-01-07Merge branch 'next' into for-linusJames Morris
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell
2008-12-31selinux: Deprecate and schedule the removal of the the compat_net functionalityPaul Moore
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-07-14SELinux: more user friendly unknown handling printkEric Paris
2008-07-14SELinux: keep the code clean formating and syntaxEric Paris
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-04-21SELinux: cleanup on isle selinuxfs.cEric Paris
2008-04-21SELinux: clean up printksEric Paris
2008-04-18security: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-18SELinux: create new open permissionEric Paris
2008-02-01[AUDIT] add session id to audit messagesEric Paris
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro
2008-01-30SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore
2008-01-25security/selinux: constify function pointer tables and fieldsJan Engelhardt
2007-12-06SELinux: detect dead booleansStephen Smalley
2007-12-06SELinux: do not clear f_op when removing entriesStephen Smalley
2007-10-17SELinux: policy selectable handling of unknown classes and permsEric Paris
2007-07-11selinux: add selinuxfs structure for object class discoveryChristopher J. PeBenito
2007-07-11selinux: change sel_make_dir() to specify inode counter.Christopher J. PeBenito
2007-07-11selinux: rename sel_remove_bools() for more general usage.Christopher J. PeBenito
2007-04-26selinux: change numbering of boolean directory inodes in selinuxfsJames Carter
2007-04-26selinux: remove unused enumeration constant from selinuxfsJames Carter
2007-04-26selinux: explicitly number all selinuxfs inodesJames Carter
2007-04-26selinux: export initial SID contexts via selinuxfsJames Carter
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven