summaryrefslogtreecommitdiff
path: root/security/selinux/ss/policydb.c
AgeCommit message (Expand)Author
2017-08-17selinux: update my email addressStephen Smalley
2017-05-23selinux: Create policydb version for Infiniband supportDaniel Jurgens
2017-05-23selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring
2017-03-31selinux: Fix an uninitialized variable bugDan Carpenter
2017-03-29selinux: Return directly after a failed kzalloc() in roles_init()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in perm_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in common_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in user_read()Markus Elfring
2017-03-29selinux: Improve another size determination in sens_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in sens_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in cat_read()Markus Elfring
2017-03-23selinux: Delete an unnecessary variable initialisation in range_read()Markus Elfring
2017-03-23selinux: Return directly after a failed next_entry() in range_read()Markus Elfring
2017-03-23selinux: Delete an unnecessary variable assignment in filename_trans_read()Markus Elfring
2017-03-23selinux: One function call less in genfs_read() after null pointer detectionMarkus Elfring
2017-03-23selinux: Return directly after a failed next_entry() in genfs_read()Markus Elfring
2017-03-23selinux: Delete an unnecessary return statement in policydb_destroy()Markus Elfring
2017-03-23selinux: Use kcalloc() in policydb_index()Markus Elfring
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
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