summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
...
* selinux: One function call less in genfs_read() after null pointer detectionMarkus Elfring2017-03-231-2/+3
* selinux: Return directly after a failed next_entry() in genfs_read()Markus Elfring2017-03-231-1/+1
* selinux: Delete an unnecessary return statement in policydb_destroy()Markus Elfring2017-03-231-2/+0Star
* selinux: Use kcalloc() in policydb_index()Markus Elfring2017-03-231-9/+9
* selinux: Adjust four checks for null pointersMarkus Elfring2017-03-231-4/+4
* selinux: Use kmalloc_array() in hashtab_create()Markus Elfring2017-03-231-1/+1
* selinux: Improve size determinations in four functionsMarkus Elfring2017-03-231-4/+4
* selinux: Delete an unnecessary return statement in cond_compute_av()Markus Elfring2017-03-231-1/+0Star
* selinux: Use kmalloc_array() in cond_init_bool_indexes()Markus Elfring2017-03-231-2/+3
* selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley2017-03-021-0/+4
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-282-2/+2
* selinux: support distinctions among all network address familiesStephen Smalley2017-01-091-0/+3
* Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-2/+2
|\
| * printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-2/+2
* | selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
* | selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
* | selinux: initialize structuresWilliam Roberts2016-08-301-4/+4
* | selinux: detect invalid ebitmapWilliam Roberts2016-08-301-0/+3
|/
* selinux: import NetLabel category bitmaps correctlyPaul Moore2016-06-091-1/+1
* selinux: Only apply bounds checking to source typesStephen Smalley2016-05-311-48/+22Star
* selinux: Change bool variable name to index.Prarit Bhargava2016-04-141-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-181-7/+27
|\
| * selinux: export validatetrans decisionsAndrew Perepechko2015-12-241-7/+27
* | selinux: fix bug in conditional rules handlingStephen Smalley2015-11-241-2/+2
|/
* selinux: use sprintf return valueRasmus Villemoes2015-10-211-4/+1Star
* selinux: use kstrdup() in security_get_bools()Rasmus Villemoes2015-10-211-7/+1Star
* selinux: use kmemdup in security_sid_to_context_core()Rasmus Villemoes2015-10-211-2/+2
* selinux: introduce security_context_str_to_sidRasmus Villemoes2015-10-211-0/+5
* selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-137-42/+357
* selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore2015-07-091-0/+6
* selinux: increase avtab max bucketsStephen Smalley2015-04-071-1/+1
* selinux: Use a better hash function for avtabJohn Brooks2015-04-072-5/+38
* selinux: convert avtab hash table to flex_arrayStephen Smalley2015-04-072-13/+22
* selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2015-04-072-12/+4Star
* SELinux: fix error code in policydb_init()Dan Carpenter2015-02-041-2/+6
* selinux: normalize audit log formattingRichard Guy Briggs2014-09-221-6/+8
* netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-012-13/+13
* netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-011-78/+49Star
* selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2014-06-231-9/+32
* selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2014-06-191-1/+1
* selinux: simple cleanup for cond_read_node()Namhyung Kim2014-06-191-7/+2Star
* selinux: introduce str_read() helperNamhyung Kim2014-06-181-96/+37Star
* SELinux: use ARRAY_SIZEHimangi Saraogi2014-06-171-4/+4
* selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-05-151-0/+3
* selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-05-151-0/+2
* selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-2/+4
* Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-241-4/+4
|\
| * SELinux: bigendian problems with filename trans rulesEric Paris2014-02-201-4/+4
* | Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-101-0/+4
|\|
| * SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4