aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/conditional.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-19selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-1/+1
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris1-1/+1
2011-01-24selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso1-1/+1
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris1-1/+5
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris1-0/+123
2010-08-02selinux: fix error codes in cond_read_bool()Dan Carpenter1-5/+8
2010-08-02selinux: fix error codes in cond_policydb_init()Dan Carpenter1-2/+6
2010-08-02selinux: fix error codes in cond_read_node()Dan Carpenter1-8/+12
2010-08-02selinux: fix error codes in cond_read_av_list()Dan Carpenter1-6/+8
2010-08-02selinux: propagate error codes in cond_read_list()Dan Carpenter1-4/+6
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari1-8/+8
2008-08-05SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari1-1/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds1-40/+33
2008-04-21SELinux: clean up printksEric Paris1-7/+7
2008-04-21SELinux: conditional.c whitespace, syntax, and static declaraction cleanupsEric Paris1-33/+26
2008-04-18security: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18SELinux: unify printk messagesJames Morris1-8/+8
2007-11-08SELinux: add more validity checks on policy loadStephen Smalley1-1/+2
2007-10-17SELinux: tune avtab to reduce memory usageYuichi Nakamura1-0/+4
2005-10-30[PATCH] SELinux: convert to kzallocJames Morris1-8/+4
2005-09-05[PATCH] selinux: endian notationsAlexey Dobriyan1-4/+8
2005-09-05[PATCH] selinux: Reduce memory use by avtabStephen Smalley1-91/+114
2005-06-25[PATCH] selinux: kfree cleanupJesper Juhl1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+489