aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com3-9/+9
2010-03-16SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-03-09Merge branch 'next-queue' into nextJames Morris2-2/+1
2010-03-08selinux: const strings in tablesStephen Hemminger1-1/+1
2010-03-03Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com1-1/+0
2010-03-01Merge branch 'next' into for-linusJames Morris7-213/+266
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys1-1/+1
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei1-4/+39
2010-02-16security: fix a couple of sparse warningsJames Morris1-2/+3
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia7-57/+80
2010-02-04selinux: load the initial SIDs upon every policy loadGuido Trentalancia1-4/+12
2010-01-25selinux: remove dead code in type_attribute_bounds_av()KaiGai Kohei1-39/+4
2010-01-25selinux: convert range transition list to a hashtabStephen Smalley3-41/+86
2010-01-18Merge branch 'master' into nextJames Morris1-1/+1
2010-01-18selinux: change the handling of unknown classesStephen Smalley1-105/+81
2009-12-08selinux: remove a useless returnAmerigo Wang1-2/+2
2009-12-08security/selinux/ss: correct size computationJulia Lawall1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-24SELinux: print denials for buggy kernel with unknown permsEric Paris1-0/+7
2009-10-20SELinux: fix locking issue introduced with c6d3aaa4e35c71a3Stephen Smalley1-3/+7
2009-10-07selinux: drop remapping of netlink classesStephen Smalley1-25/+0
2009-10-07selinux: generate flask headers during kernel buildStephen Smalley1-1/+1
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley4-257/+339
2009-06-19Merge branch 'master' into nextJames Morris1-25/+5
2009-06-19Add audit messages on type boundary violationsKaiGai Kohei1-19/+117
2009-06-18cleanup in ss/services.cKaiGai Kohei1-3/+3
2009-04-02Permissive domain in userspace object managerKaiGai Kohei1-25/+5
2009-02-14SELinux: remove unused av.decided fieldEric Paris1-2/+0
2009-01-07Merge branch 'next' into for-linusJames Morris1-1/+1
2009-01-05SELinux: shrink sizeof av_inhert selinux_class_perm and contextEric Paris1-1/+1
2009-01-04audit: validate comparison operations, store them in sane formAl Viro1-13/+13
2008-10-11Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_next into nextJames Morris1-3/+10
2008-10-10netlabel: Changes to the NetLabel security attributes to allow LSMs to pass full contextsPaul Moore1-1/+2
2008-10-10selinux: Fix a problem in security_netlbl_sid_to_secattr()Paul Moore1-2/+8
2008-10-04selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()Paul Moore1-7/+4
2008-10-04selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()Paul Moore1-7/+4
2008-09-21Merge branch 'master' into nextJames Morris1-3/+3
2008-09-04SELinux: memory leak in security_context_to_sid_coreEric Paris1-3/+3
2008-08-29SELinux: add boundary support and thread context assignmentKaiGai Kohei3-15/+367
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari6-24/+24
2008-08-07selinux: conditional expression type validation was off-by-oneVesa-Matti Kari1-1/+1
2008-08-05SELinux: trivial, remove unneeded local variableVesa-Matti J Kari1-4/+2
2008-08-05SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari3-18/+18
2008-07-15Revert "SELinux: allow fstype unknown to policy to use xattrs if present"James Morris1-19/+8
2008-07-14SELinux: allow fstype unknown to policy to use xattrs if presentEric Paris1-8/+19
2008-07-14SELinux: more user friendly unknown handling printkEric Paris1-0/+7
2008-07-14selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux whine)Stephen Smalley1-3/+13
2008-07-14SELinux: drop load_mutex in security_load_policyEric Paris1-13/+1
2008-07-14SELinux: fix off by 1 reference of class_to_string in context_struct_compute_avEric Paris1-1/+1