aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
AgeCommit message (Expand)Author
2017-03-31selinux: Fix an uninitialized variable bugDan Carpenter
2017-03-29selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke
2017-03-29selinux: Adjust two checks for null pointersMarkus Elfring
2017-03-29selinux: Use kmalloc_array() in sidtab_init()Markus Elfring
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-03-23selinux: Adjust four checks for null pointersMarkus Elfring
2017-03-23selinux: Use kmalloc_array() in hashtab_create()Markus Elfring
2017-03-23selinux: Improve size determinations in four functionsMarkus Elfring
2017-03-23selinux: Delete an unnecessary return statement in cond_compute_av()Markus Elfring
2017-03-23selinux: Use kmalloc_array() in cond_init_bool_indexes()Markus Elfring
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-09selinux: support distinctions among all network address familiesStephen Smalley
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
2016-08-29selinux: detect invalid ebitmapWilliam Roberts
2016-06-09selinux: import NetLabel category bitmaps correctlyPaul Moore
2016-05-31selinux: Only apply bounds checking to source typesStephen Smalley
2016-04-14selinux: Change bool variable name to index.Prarit Bhargava
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2015-12-24selinux: export validatetrans decisionsAndrew Perepechko
2015-11-24selinux: fix bug in conditional rules handlingStephen Smalley
2015-10-21selinux: use sprintf return valueRasmus Villemoes
2015-10-21selinux: use kstrdup() in security_get_bools()Rasmus Villemoes
2015-10-21selinux: use kmemdup in security_sid_to_context_core()Rasmus Villemoes
2015-10-21selinux: introduce security_context_str_to_sidRasmus Villemoes
2015-07-13selinux: extended permissions for ioctlsJeff Vander Stoep
2015-07-09selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore
2015-04-06selinux: increase avtab max bucketsStephen Smalley
2015-04-06selinux: Use a better hash function for avtabJohn Brooks
2015-04-06selinux: convert avtab hash table to flex_arrayStephen Smalley