summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/conditional.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-3/+1Star
* selinux: convert to kvmallocKent Overstreet2019-03-121-5/+1Star
* selinux: Cleanup printk logging in conditionalpeter enderborg2018-06-191-8/+8
* selinux: remove redundant assignment to lenColin Ian King2017-10-171-1/+0Star
* 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: fix overflow and 0 length allocationsWilliam Roberts2016-08-301-0/+2
* selinux: fix bug in conditional rules handlingStephen Smalley2015-11-241-2/+2
* selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-131-5/+27
* 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: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
* selinux: sparse fix: fix several warnings in the security server codeJames Morris2011-09-101-1/+1
* selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-01-241-1/+1
* selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-301-1/+5
* SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-211-0/+123
* selinux: fix error codes in cond_read_bool()Dan Carpenter2010-08-021-5/+8
* selinux: fix error codes in cond_policydb_init()Dan Carpenter2010-08-021-2/+6
* selinux: fix error codes in cond_read_node()Dan Carpenter2010-08-021-8/+12
* selinux: fix error codes in cond_read_av_list()Dan Carpenter2010-08-021-6/+8
* selinux: propagate error codes in cond_read_list()Dan Carpenter2010-08-021-4/+6
* selinux: Unify for- and while-loop styleVesa-Matti Kari2008-08-151-8/+8
* SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari2008-08-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-221-40/+33Star
|\
| * SELinux: clean up printksEric Paris2008-04-211-7/+7
| * SELinux: conditional.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-33/+26Star
* | security: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* SELinux: unify printk messagesJames Morris2008-04-181-8/+8
* SELinux: add more validity checks on policy loadStephen Smalley2007-11-071-1/+2
* SELinux: tune avtab to reduce memory usageYuichi Nakamura2007-10-171-0/+4
* [PATCH] SELinux: convert to kzallocJames Morris2005-10-311-8/+4Star
* [PATCH] selinux: endian notationsAlexey Dobriyan2005-09-051-4/+8
* [PATCH] selinux: Reduce memory use by avtabStephen Smalley2005-09-051-91/+114
* [PATCH] selinux: kfree cleanupJesper Juhl2005-06-261-6/+3Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+489