summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
Commit message (Expand)AuthorAgeFilesLines
* SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-091-4/+2
* SELinux: possible NULL deref in context_struct_to_stringEric Paris2012-04-091-3/+5
* SELinux: add default_type statementsEric Paris2012-04-091-4/+10
* SELinux: allow default source/target selectors for user/role/rangeEric Paris2012-04-091-7/+25
* selinux: sparse fix: fix warnings in netlink codeJames Morris2011-09-091-2/+0
* selinux: sparse fix: move selinux_complete_initJames Morris2011-09-091-1/+0
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* selinux: don't pass in NULL avd to avc_has_perm_noauditLinus Torvalds2011-05-261-1/+2
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-241-32/+40
|\
| * SELinux: put name based create rules in a hashtableEric Paris2011-04-281-10/+10
| * SELinux: skip filename trans rules if ttype does not match parent dirEric Paris2011-04-281-0/+9
| * SELinux: rename filename_compute_type argument to *type instead of *conEric Paris2011-04-281-3/+3
| * SELinux: fix comment to state filename_compute_type takes an objname not a qstrEric Paris2011-04-281-1/+1
| * SELinux: security_read_policy should take a size_t not ssize_tEric Paris2011-04-251-1/+1
| * selinux: Fix regression for XorgStephen Smalley2011-04-071-1/+1
| * selinux: add type_transition with name extension support for selinuxfsKohei Kaigai2011-04-011-8/+9
| * SELinux: Compute role in newcontext for all classesHarry Ciao2011-03-281-11/+9
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | selinux: Fix regression for XorgStephen Smalley2011-03-291-1/+1
|/
* SELinux: Socket retains creator role and MLS attributeHarry Ciao2011-03-031-4/+24
* SELinux: Use dentry name in new object labelingEric Paris2011-02-011-14/+31
* selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-301-19/+19
* selinux: convert type_val_to_struct to flex_arrayEric Paris2010-11-301-5/+12
* selinux: rework security_netlbl_secattr_to_sidEric Paris2010-11-301-21/+21
* SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-171/+157
* selinux: include vmalloc.h for vmalloc_userStephen Rothwell2010-10-211-0/+1
* selinux: implement mmap on /selinux/policyEric Paris2010-10-211-1/+1
* SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-211-0/+48
* security: secid_to_secctx returns len when data is NULLEric Paris2010-10-211-2/+9
* selinux: fast status update interface (/selinux/status)KaiGai Kohei2010-10-211-0/+3
* selinux: convert the policy type_attr_map to flex_arrayEric Paris2010-08-021-2/+5
* SELinux: return error codes on policy load failureEric Paris2010-04-211-15/+22
* Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-091-6/+6
* 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-041-6/+56
* 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
* Merge branch 'master' into nextJames Morris2010-01-181-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: change the handling of unknown classesStephen Smalley2010-01-181-105/+81
* | | security/selinux/ss: correct size computationJulia Lawall2009-12-081-2/+2
|/ /
* | 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: dynamic class/perm discoveryStephen Smalley2009-10-071-253/+287
|/
* 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