aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/selinuxfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley1-2/+2
2009-05-19selinux: remove obsolete read buffer limit from sel_read_boolStephen Smalley1-4/+0
2009-04-02Permissive domain in userspace object managerKaiGai Kohei1-2/+2
2009-03-28selinux: Remove the "compat_net" compatibility codePaul Moore1-68/+0
2009-02-14SELinux: remove unused av.decided fieldEric Paris1-1/+1
2009-01-07Merge branch 'next' into for-linusJames Morris1-8/+8
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2009-01-01cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell1-1/+1
2008-12-31selinux: Deprecate and schedule the removal of the the compat_net functionalityPaul Moore1-8/+8
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-4/+9
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-07-14SELinux: more user friendly unknown handling printkEric Paris1-5/+0
2008-07-14SELinux: keep the code clean formating and syntaxEric Paris1-3/+7
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds1-62/+65
2008-04-21SELinux: cleanup on isle selinuxfs.cEric Paris1-55/+57
2008-04-21SELinux: clean up printksEric Paris1-7/+8
2008-04-18security: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-04-18SELinux: create new open permissionEric Paris1-1/+2
2008-02-01[AUDIT] add session id to audit messagesEric Paris1-7/+10
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-3/+3
2008-01-30SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore1-4/+85
2008-01-25security/selinux: constify function pointer tables and fieldsJan Engelhardt1-1/+1
2007-12-06SELinux: detect dead booleansStephen Smalley1-13/+30
2007-12-06SELinux: do not clear f_op when removing entriesStephen Smalley1-27/+1
2007-10-17SELinux: policy selectable handling of unknown classes and permsEric Paris1-0/+26
2007-07-11selinux: add selinuxfs structure for object class discoveryChristopher J. PeBenito1-0/+249
2007-07-11selinux: change sel_make_dir() to specify inode counter.Christopher J. PeBenito1-5/+6
2007-07-11selinux: rename sel_remove_bools() for more general usage.Christopher J. PeBenito1-5/+4
2007-04-26selinux: change numbering of boolean directory inodes in selinuxfsJames Carter1-6/+5
2007-04-26selinux: remove unused enumeration constant from selinuxfsJames Carter1-1/+0
2007-04-26selinux: explicitly number all selinuxfs inodesJames Carter1-0/+6
2007-04-26selinux: export initial SID contexts via selinuxfsJames Carter1-0/+67
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-13/+13
2006-12-08[PATCH] struct path: convert selinuxJosef Sipek1-4/+4
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-06-17[SECMARK]: Add new packet controls to SELinuxJames Morris1-0/+66
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-0/+11
2006-03-22[PATCH] SELinux: fix hard link count for selinuxfs root directoryJames Morris1-5/+9
2006-03-22[PATCH] selinuxfs cleanups: sel_make_avc_filesJames Morris1-5/+2
2006-03-22[PATCH] selinuxfs cleanups: sel_make_boolsJames Morris1-4/+1
2006-03-22[PATCH] selinuxfs cleanups: sel_fill_super exit pathJames Morris1-17/+24
2006-03-22[PATCH] selinuxfs cleanups: use sel_make_dir()James Morris1-8/+4
2006-03-22[PATCH] selinuxfs cleanups: fix hard link countJames Morris1-0/+4
2006-03-22[PATCH] selinux: simplify sel_read_boolStephen Smalley1-19/+1
2006-03-22[PATCH] sem2mutex: security/Ingo Molnar1-9/+10
2006-03-20[PATCH] SE Linux audit eventsSteve Grubb1-0/+11