aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/policydb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04SELinux: fix error code in policydb_init()Dan Carpenter1-2/+6
2014-06-18selinux: introduce str_read() helperNamhyung Kim1-96/+37
2014-06-17SELinux: use ARRAY_SIZEHimangi Saraogi1-4/+4
2014-02-20SELinux: bigendian problems with filename trans rulesEric Paris1-4/+4
2014-01-07SELinux: Fix memory leak upon loading policyTetsuo Handa1-1/+13
2013-11-19SELinux: Update policy version to support constraints infoRichard Haines1-9/+87
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore1-2/+1
2013-07-25SELinux: fix selinuxfs policy file on big endian systemsEric Paris1-2/+1
2013-06-08SELinux: Add new labeling type native labelsDavid Quigley1-1/+4
2012-04-09SELinux: add default_type statementsEric Paris1-0/+19
2012-04-09SELinux: allow default source/target selectors for user/role/rangeEric Paris1-0/+25
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris1-2/+0
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-06-14SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li1-0/+3
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris1-3/+3
2011-04-28SELinux: put name based create rules in a hashtableEric Paris1-48/+119
2011-04-28SELinux: generic hashtab entry counterEric Paris1-2/+2
2011-04-28SELinux: calculate and print hashtab stats with a generic functionEric Paris1-19/+13
2011-04-28SELinux: skip filename trans rules if ttype does not match parent dirEric Paris1-0/+6
2011-04-20SELinux: delete debugging printks from filename_trans rule processingEric Paris1-4/+0
2011-04-07Initialize policydb.process_class eariler.Harry Ciao1-5/+5
2011-03-28SELinux: Write class field in role_trans_write.Harry Ciao1-2/+9
2011-03-28SELinux: Add class support to the role_trans structureHarry Ciao1-0/+14
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-0/+130
2011-02-01SELinux: Use dentry name in new object labelingEric Paris1-0/+130
2011-01-24selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso1-2/+2
2010-11-30SELinux: merge policydb_index_classes and policydb_index_othersEric Paris1-59/+10
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris1-27/+82
2010-11-30selinux: convert type_val_to_struct to flex_arrayEric Paris1-7/+21
2010-11-30SELinux: standardize return code handling in policydb.cEric Paris1-287/+268
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris1-0/+841
2010-10-21SELinux: deterministic ordering of range transition rulesEric Paris1-3/+13
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 Paris1-10/+31
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: seperate range transition rules to a seperate functionEric Paris1-64/+75
2010-05-17security/selinux/ss: Use kstrdupJulia Lawall1-2/+1
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com1-2/+2
2010-03-09Merge branch 'next-queue' into nextJames Morris1-1/+1
2010-03-08selinux: const strings in tablesStephen Hemminger1-1/+1
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia1-20/+4
2010-01-25selinux: convert range transition list to a hashtabStephen Smalley1-27/+76
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley1-2/+45
2008-08-29SELinux: add boundary support and thread context assignmentKaiGai Kohei1-14/+191
2008-08-05SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari1-10/+10
2008-07-14selinux: fix endianness bug in network node address handlingStephen Smalley1-7/+8
2008-04-21changing whitespace for fun and profit: policydb.cEric Paris1-68/+63
2008-04-21SELinux: clean up printksEric Paris1-8/+9
2008-04-18selinux: introduce permissive typesEric Paris1-0/+11