aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/ss/avtab.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-05selinux: avtab_init() and cond_policydb_init() return voidGravatar Paul Moore 1-2/+1
2019-03-12selinux: convert to kvmallocGravatar Kent Overstreet 1-21/+19
2018-06-19selinux: Cleanup printk logging in avtabGravatar peter enderborg 1-25/+26
2018-03-01selinux: wrap global selinux stateGravatar Stephen Smalley 1-7/+2
2017-08-17selinux: update my email addressGravatar Stephen Smalley 1-1/+1
2015-07-13selinux: extended permissions for ioctlsGravatar Jeff Vander Stoep 1-14/+90
2015-04-06selinux: Use a better hash function for avtabGravatar John Brooks 1-4/+37
2015-04-06selinux: convert avtab hash table to flex_arrayGravatar Stephen Smalley 1-12/+19
2010-10-21SELinux: allow userspace to read policy back out of the kernelGravatar Eric Paris 1-0/+42
2010-10-21SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEGravatar Eric Paris 1-2/+2
2010-08-02selinux: cleanup return codes in avtab_read_item()Gravatar Dan Carpenter 1-20/+19
2008-08-15selinux: Unify for- and while-loop styleGravatar Vesa-Matti Kari 1-1/+1
2008-08-05SELinux: trivial, remove unneeded local variableGravatar Vesa-Matti J Kari 1-4/+2
2008-07-14SELinux: keep the code clean formating and syntaxGravatar Eric Paris 1-1/+1
2008-04-21SELinux: clean up printksGravatar Eric Paris 1-14/+13
2008-04-21SELinux: avtab.c whitespace, syntax, and static declaraction cleanupsGravatar Eric Paris 1-10/+11
2008-04-18SELinux: unify printk messagesGravatar James Morris 1-20/+20
2008-01-25security/selinux: Add missing "space"Gravatar Joe Perches 1-1/+1
2007-11-08SELinux: add more validity checks on policy loadGravatar Stephen Smalley 1-4/+28
2007-10-17SELinux: tune avtab to reduce memory usageGravatar Yuichi Nakamura 1-26/+65
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-02-26Reassign printk levels in selinux kernel codeGravatar Eric Paris 1-1/+1
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-2/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-01-06[PATCH] selinux: more ARRAY_SIZE cleanupsGravatar Tobias Klauser 1-1/+1
2005-09-05[PATCH] selinux: endian notationsGravatar Alexey Dobriyan 1-3/+5
2005-09-05[PATCH] selinux: Reduce memory use by avtabGravatar Stephen Smalley 1-69/+123
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+399