aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley2010-04-151-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'next' into for-linusJames Morris2010-03-017-213/+266
|\
| * selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei2010-02-221-4/+39
| * security: fix a couple of sparse warningsJames Morris2010-02-161-2/+3
| * selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia2010-02-047-57/+80
| * selinux: load the initial SIDs upon every policy loadGuido Trentalancia2010-02-041-4/+12
| * selinux: remove dead code in type_attribute_bounds_av()KaiGai Kohei2010-01-251-39/+4
| * selinux: convert range transition list to a hashtabStephen Smalley2010-01-253-41/+86
| * Merge branch 'master' into nextJames Morris2010-01-181-1/+1
| |\
| * | selinux: change the handling of unknown classesStephen Smalley2010-01-181-105/+81
| * | selinux: remove a useless returnAmerigo Wang2009-12-081-2/+2
| * | security/selinux/ss: correct size computationJulia Lawall2009-12-081-2/+2
* | | netlabel: fix export of SELinux categories > 127Joshua Roys2010-02-251-1/+1
| |/ |/|
* | Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | SELinux: print denials for buggy kernel with unknown permsEric Paris2009-11-241-0/+7
* | SELinux: fix locking issue introduced with c6d3aaa4e35c71a3Stephen Smalley2009-10-201-3/+7
* | selinux: drop remapping of netlink classesStephen Smalley2009-10-071-25/+0
* | selinux: generate flask headers during kernel buildStephen Smalley2009-10-071-1/+1
* | selinux: dynamic class/perm discoveryStephen Smalley2009-10-074-257/+339
|/
* Merge branch 'master' into nextJames Morris2009-06-191-25/+5
|\
| * Permissive domain in userspace object managerKaiGai Kohei2009-04-021-25/+5
* | Add audit messages on type boundary violationsKaiGai Kohei2009-06-191-19/+117
* | cleanup in ss/services.cKaiGai Kohei2009-06-181-3/+3
|/
* SELinux: remove unused av.decided fieldEric Paris2009-02-141-2/+0
* Merge branch 'next' into for-linusJames Morris2009-01-071-1/+1
|\
| * SELinux: shrink sizeof av_inhert selinux_class_perm and contextEric Paris2009-01-051-1/+1
* | audit: validate comparison operations, store them in sane formAl Viro2009-01-041-13/+13
|/
* Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex...James Morris2008-10-111-3/+10
|\
| * netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f...Paul Moore2008-10-101-1/+2
| * selinux: Fix a problem in security_netlbl_sid_to_secattr()Paul Moore2008-10-101-2/+8
| * selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()Paul Moore2008-10-041-7/+4
* | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()Paul Moore2008-10-041-7/+4
* | Merge branch 'master' into nextJames Morris2008-09-211-3/+3
|\ \ | |/
| * SELinux: memory leak in security_context_to_sid_coreEric Paris2008-09-041-3/+3
* | SELinux: add boundary support and thread context assignmentKaiGai Kohei2008-08-293-15/+367
* | selinux: Unify for- and while-loop styleVesa-Matti Kari2008-08-156-24/+24
* | selinux: conditional expression type validation was off-by-oneVesa-Matti Kari2008-08-071-1/+1
* | SELinux: trivial, remove unneeded local variableVesa-Matti J Kari2008-08-051-4/+2
* | SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari2008-08-053-18/+18
|/
* Revert "SELinux: allow fstype unknown to policy to use xattrs if present"James Morris2008-07-151-19/+8
* SELinux: allow fstype unknown to policy to use xattrs if presentEric Paris2008-07-141-8/+19
* SELinux: more user friendly unknown handling printkEric Paris2008-07-141-0/+7
* selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ...Stephen Smalley2008-07-141-3/+13
* SELinux: drop load_mutex in security_load_policyEric Paris2008-07-141-13/+1
* SELinux: fix off by 1 reference of class_to_string in context_struct_compute_avEric Paris2008-07-141-1/+1
* SELinux: open code sidtab lockJames Morris2008-07-141-11/+7
* SELinux: open code load_mutexJames Morris2008-07-141-12/+9
* SELinux: open code policy_rwlockJames Morris2008-07-141-56/+52