aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21security: secid_to_secctx returns len when data is NULLEric Paris1-2/+9
2010-10-21selinux: fix up style problem on /selinux/statusKaiGai Kohei1-9/+6
2010-10-21selinux: really fix dependency causing parallel compile failure.Paul Gortmaker1-9/+0
2010-10-21selinux: fast status update interface (/selinux/status)KaiGai Kohei3-1/+133
2010-10-21selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris1-2/+2
2010-08-02selinux: convert the policy type_attr_map to flex_arrayEric Paris3-13/+39
2010-08-02SELinux: break ocontext reading into a separate functionEric Paris1-111/+133
2010-08-02SELinux: move genfs read to a separate functionEric Paris1-105/+133
2010-08-02selinux: fix error codes in symtab_init()Dan Carpenter1-1/+1
2010-08-02selinux: fix error codes in cond_read_bool()Dan Carpenter1-5/+8
2010-08-02selinux: fix error codes in cond_policydb_init()Dan Carpenter1-2/+6
2010-08-02selinux: fix error codes in cond_read_node()Dan Carpenter1-8/+12
2010-08-02selinux: fix error codes in cond_read_av_list()Dan Carpenter1-6/+8
2010-08-02selinux: propagate error codes in cond_read_list()Dan Carpenter1-4/+6
2010-08-02selinux: cleanup return codes in avtab_read_item()Dan Carpenter1-20/+19
2010-08-02SELinux: seperate range transition rules to a seperate functionEric Paris1-64/+75
2010-05-17security/selinux/ss: Use kstrdupJulia Lawall1-2/+1
2010-04-21SELinux: return error codes on policy load failureEric Paris1-15/+22
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