aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/policydb.c
Commit message (Expand)AuthorAgeFilesLines
* SELinux: calculate and print hashtab stats with a generic functionEric Paris2011-04-281-19/+13
* SELinux: skip filename trans rules if ttype does not match parent dirEric Paris2011-04-281-0/+6
* SELinux: delete debugging printks from filename_trans rule processingEric Paris2011-04-201-4/+0
* Initialize policydb.process_class eariler.Harry Ciao2011-04-071-5/+5
* SELinux: Write class field in role_trans_write.Harry Ciao2011-03-281-2/+9
* SELinux: Add class support to the role_trans structureHarry Ciao2011-03-281-0/+14
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-0/+130
|\
| * SELinux: Use dentry name in new object labelingEric Paris2011-02-011-0/+130
* | selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-01-241-2/+2
|/
* SELinux: merge policydb_index_classes and policydb_index_othersEric Paris2010-11-301-59/+10
* selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-301-27/+82
* selinux: convert type_val_to_struct to flex_arrayEric Paris2010-11-301-7/+21
* SELinux: standardize return code handling in policydb.cEric Paris2010-11-301-287/+268
* SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-211-0/+841
* SELinux: deterministic ordering of range transition rulesEric Paris2010-10-211-3/+13
* selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris2010-10-211-2/+2
* selinux: convert the policy type_attr_map to flex_arrayEric Paris2010-08-021-10/+31
* SELinux: break ocontext reading into a separate functionEric Paris2010-08-021-111/+133
* SELinux: move genfs read to a separate functionEric Paris2010-08-021-105/+133
* SELinux: seperate range transition rules to a seperate functionEric Paris2010-08-021-64/+75
* security/selinux/ss: Use kstrdupJulia Lawall2010-05-171-2/+1
* Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-091-2/+2
* Merge branch 'next-queue' into nextJames Morris2010-03-091-1/+1
|\
| * selinux: const strings in tablesStephen Hemminger2010-03-081-1/+1
* | selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia2010-02-041-20/+4
* | selinux: convert range transition list to a hashtabStephen Smalley2010-01-251-27/+76
|/
* selinux: dynamic class/perm discoveryStephen Smalley2009-10-071-2/+45
* SELinux: add boundary support and thread context assignmentKaiGai Kohei2008-08-291-14/+191
* SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari2008-08-051-10/+10
* selinux: fix endianness bug in network node address handlingStephen Smalley2008-07-141-7/+8
* changing whitespace for fun and profit: policydb.cEric Paris2008-04-211-68/+63
* SELinux: clean up printksEric Paris2008-04-211-8/+9
* selinux: introduce permissive typesEric Paris2008-04-181-0/+11
* SELinux: unify printk messagesJames Morris2008-04-181-27/+27
* SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore2008-01-301-1/+17
* SELinux: add more validity checks on policy loadStephen Smalley2007-11-081-1/+44
* SELinux: policy selectable handling of unknown classes and permsEric Paris2007-10-171-0/+4
* SELinux: tune avtab to reduce memory usageYuichi Nakamura2007-10-171-5/+2
* selinux: introduce schedule points in policydb_destroy()Eric Paris2007-07-111-0/+7
* Reassign printk levels in selinux kernel codeEric Paris2007-02-261-3/+3
* Rename class_destroy to avoid namespace conflicts.James Morris2006-12-021-3/+3
* SELinux: Bug fix in polidydb_destroyChad Sellers2006-10-111-0/+2
* [PATCH] selinux: add support for range transitions on object classesDarrel Goeddel2006-09-261-7/+20
* [PATCH] selinux: fix memory leakDarrel Goeddel2006-07-311-2/+10
* [PATCH] selinux: more ARRAY_SIZE cleanupsTobias Klauser2006-01-061-1/+1
* [PATCH] kfree cleanup: securityJesper Juhl2005-11-071-6/+6
* [PATCH] SELinux: convert to kzallocJames Morris2005-10-301-34/+17
* [PATCH] selinux: Fix NULL deref in policydb_destroyStephen Smalley2005-10-231-2/+4
* [PATCH] selinux: endian notationsAlexey Dobriyan2005-09-051-26/+34
* [PATCH] selinux: Reduce memory use by avtabStephen Smalley2005-09-051-1/+46