aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/ss/policydb.c
AgeCommit message (Expand)Author
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore
2011-06-14SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris
2011-04-28SELinux: put name based create rules in a hashtableEric Paris
2011-04-28SELinux: generic hashtab entry counterEric Paris
2011-04-28SELinux: calculate and print hashtab stats with a generic functionEric Paris
2011-04-28SELinux: skip filename trans rules if ttype does not match parent dirEric Paris
2011-04-20SELinux: delete debugging printks from filename_trans rule processingEric Paris
2011-04-07Initialize policydb.process_class eariler.Harry Ciao
2011-03-28SELinux: Write class field in role_trans_write.Harry Ciao
2011-03-28SELinux: Add class support to the role_trans structureHarry Ciao
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-01SELinux: Use dentry name in new object labelingEric Paris
2011-01-24selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso
2010-11-30SELinux: merge policydb_index_classes and policydb_index_othersEric Paris
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris
2010-11-30selinux: convert type_val_to_struct to flex_arrayEric Paris
2010-11-30SELinux: standardize return code handling in policydb.cEric Paris
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris
2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris
2010-10-21selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris
2010-08-02selinux: convert the policy type_attr_map to flex_arrayEric Paris
2010-08-02SELinux: break ocontext reading into a separate functionEric Paris
2010-08-02SELinux: move genfs read to a separate functionEric Paris
2010-08-02SELinux: seperate range transition rules to a seperate functionEric Paris
2010-05-17security/selinux/ss: Use kstrdupJulia Lawall
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com
2010-03-09Merge branch 'next-queue' into nextJames Morris
2010-03-08selinux: const strings in tablesStephen Hemminger
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia
2010-01-25selinux: convert range transition list to a hashtabStephen Smalley
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley
2008-08-29SELinux: add boundary support and thread context assignmentKaiGai Kohei
2008-08-05SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari
2008-07-14selinux: fix endianness bug in network node address handlingStephen Smalley
2008-04-21changing whitespace for fun and profit: policydb.cEric Paris
2008-04-21SELinux: clean up printksEric Paris
2008-04-18selinux: introduce permissive typesEric Paris
2008-04-18SELinux: unify printk messagesJames Morris
2008-01-30SELinux: Add a capabilities bitmap to SELinux policy version 22Paul Moore
2007-11-08SELinux: add more validity checks on policy loadStephen Smalley
2007-10-17SELinux: policy selectable handling of unknown classes and permsEric Paris
2007-10-17SELinux: tune avtab to reduce memory usageYuichi Nakamura
2007-07-11selinux: introduce schedule points in policydb_destroy()Eric Paris
2007-02-26Reassign printk levels in selinux kernel codeEric Paris
2006-12-02Rename class_destroy to avoid namespace conflicts.James Morris
2006-10-11SELinux: Bug fix in polidydb_destroyChad Sellers
2006-09-26[PATCH] selinux: add support for range transitions on object classesDarrel Goeddel
2006-07-31[PATCH] selinux: fix memory leakDarrel Goeddel