summaryrefslogtreecommitdiff
path: root/security/selinux/ss/policydb.c
AgeCommit message (Expand)Author
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds
2016-09-13selinux: fix error return code in policydb_read()Wei Yongjun
2016-08-30selinux: fix overflow and 0 length allocationsWilliam Roberts
2016-08-29selinux: initialize structuresWilliam Roberts
2015-07-13selinux: extended permissions for ioctlsJeff Vander Stoep
2015-02-04SELinux: fix error code in policydb_init()Dan Carpenter
2014-06-18selinux: introduce str_read() helperNamhyung Kim
2014-06-17SELinux: use ARRAY_SIZEHimangi Saraogi
2014-02-20SELinux: bigendian problems with filename trans rulesEric Paris
2014-01-07SELinux: Fix memory leak upon loading policyTetsuo Handa
2013-11-19SELinux: Update policy version to support constraints infoRichard Haines
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore
2013-07-25SELinux: fix selinuxfs policy file on big endian systemsEric Paris
2013-06-08SELinux: Add new labeling type native labelsDavid Quigley
2012-04-09SELinux: add default_type statementsEric Paris
2012-04-09SELinux: allow default source/target selectors for user/role/rangeEric Paris
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