aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21SELinux: return error codes on policy load failureEric Paris1-15/+22
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com4-31/+31
2010-04-08selinux: always call sk_security_struct sksecEric Paris3-36/+36
2010-03-31Merge branch 'master' into nextJames Morris1-3/+3
2010-03-16SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-03-09Merge branch 'next-queue' into nextJames Morris6-6/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-08selinux: const strings in tablesStephen Hemminger3-3/+3
2010-03-04Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com1-1/+0
2010-03-03Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com1-1/+0
2010-03-03Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com1-1/+0
2010-03-01Merge branch 'next' into for-linusJames Morris11-265/+302
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells1-1/+1
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys1-1/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com1-12/+1
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei1-4/+39
2010-02-16security: fix a couple of sparse warningsJames Morris1-2/+3
2010-02-09selinux: fix memory leak in sel_make_boolsXiaotian Feng1-0/+2
2010-02-05fix comment typos in avc.cJustin P. Mattock1-3/+3
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-10/+11
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-2/+3
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia9-59/+84
2010-02-04selinux: load the initial SIDs upon every policy loadGuido Trentalancia1-4/+12
2010-02-03selinux: Only audit permissions specified in policyStephen Smalley1-10/+7
2010-01-25selinux: remove dead code in type_attribute_bounds_av()KaiGai Kohei1-39/+4
2010-01-25selinux: convert range transition list to a hashtabStephen Smalley3-41/+86
2010-01-18Merge branch 'master' into nextJames Morris3-3/+3
2010-01-18selinux: change the handling of unknown classesStephen Smalley4-120/+88
2010-01-04SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-09Merge branch 'master' into nextJames Morris1-3/+3
2009-12-08selinux: remove a useless returnAmerigo Wang1-2/+2
2009-12-08security/selinux/ss: correct size computationJulia Lawall1-2/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller19-1694/+545
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-24SELinux: print denials for buggy kernel with unknown permsEric Paris2-1/+8
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-3/+3
2009-11-10security: report the module name to security_module_requestEric Paris1-2/+11
2009-10-24SELinux: add .gitignore files for dynamic classesEric Paris1-0/+2
2009-10-20SELinux: fix locking issue introduced with c6d3aaa4e35c71a3Stephen Smalley1-3/+7
2009-10-07selinux: drop remapping of netlink classesStephen Smalley2-30/+1
2009-10-07selinux: generate flask headers during kernel buildStephen Smalley4-963/+10
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley15-744/+555
2009-09-30SELinux: reset the security_ops before flushing the avc cacheEric Paris1-3/+3
2009-09-24do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov1-1/+1
2009-09-23SELinux: do not destroy the avc_cache_nodepEric Paris1-4/+15
2009-09-14SELinux: flush the avc before disabling SELinuxEric Paris1-0/+2
2009-09-14SELinux: seperate avc_cache flushingEric Paris1-7/+17
2009-09-14Creds: creds->security can be NULL is selinux is disabledEric Paris1-0/+6