aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2010-03-15tomoyo: fix potential use after freeGravatar Dan Carpenter 1-0/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-3/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-20/+5
2010-03-03get rid of ->mnt_parent in tomoyo/realpathGravatar Al Viro 1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoGravatar Al Viro 1-19/+4
2010-03-03fix mnt_mountpoint abuse in smackGravatar Al Viro 1-1/+1
2010-03-01Merge branch 'next' into for-linusGravatar James Morris 25-1665/+1937
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+5
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0Gravatar David Howells 1-1/+1
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Gravatar Tetsuo Handa 1-0/+4
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesGravatar Paul E. McKenney 2-2/+5
2010-02-25netlabel: fix export of SELinux categories > 127Gravatar Joshua Roys 1-1/+1
2010-02-25security: fix error return path in ima_inode_allocGravatar Xiaotian Feng 1-2/+1
2010-02-24Security: add static to security_ops and default_security_ops variableGravatar wzt.wzt@gmail.com 3-18/+10
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()Gravatar KaiGai Kohei 1-4/+39
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainGravatar Tetsuo Handa 4-32/+20
2010-02-16security: fix a couple of sparse warningsGravatar James Morris 1-2/+3
2010-02-16TOMOYO: Remove unneeded parameter.Gravatar Tetsuo Handa 3-38/+27
2010-02-16TOMOYO: Use shorter names.Gravatar Tetsuo Handa 5-299/+250
2010-02-16TOMOYO: Use enum for index numbers.Gravatar Tetsuo Handa 1-45/+54
2010-02-15TOMOYO: Add garbage collector.Gravatar Tetsuo Handa 7-54/+436
2010-02-15TOMOYO: Add refcounter on domain structure.Gravatar Tetsuo Handa 3-16/+28
2010-02-15TOMOYO: Merge headers.Gravatar Tetsuo Handa 8-397/+351
2010-02-15TOMOYO: Add refcounter on string data.Gravatar Tetsuo Handa 5-40/+77
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Gravatar Tetsuo Handa 3-226/+183
2010-02-09selinux: fix memory leak in sel_make_boolsGravatar Xiaotian Feng 1-0/+2
2010-02-08TOMOYO: Extract bitfieldGravatar Tetsuo Handa 4-96/+25
2010-02-07Take ima_file_free() to proper place.Gravatar Al Viro 1-2/+0
2010-02-07ima: rename PATH_CHECK to FILE_CHECKGravatar Mimi Zohar 4-8/+11
2010-02-07ima: rename ima_path_check to ima_file_checkGravatar Mimi Zohar 1-3/+3
2010-02-07ima: initialize ima before inodes can be allocatedGravatar Eric Paris 3-8/+3
2010-02-07fix ima breakageGravatar Mimi Zohar 1-144/+92
2010-02-05fix comment typos in avc.cGravatar Justin P. Mattock 1-3/+3
2010-02-05syslog: clean up needless commentGravatar Kees Cook 1-1/+0
2010-02-04syslog: use defined constants instead of raw numbersGravatar Kees Cook 2-12/+14
2010-02-04syslog: distinguish between /proc/kmsg and syscallsGravatar Kees Cook 4-7/+13
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGravatar Guido Trentalancia 9-59/+84
2010-02-04selinux: load the initial SIDs upon every policy loadGravatar Guido Trentalancia 1-4/+12
2010-02-03selinux: Only audit permissions specified in policyGravatar Stephen Smalley 1-10/+7
2010-01-26get rid of pointless checks after simple_pin_fs()Gravatar Al Viro 1-9/+2
2010-01-27TOMOYO: Remove usage counter for temporary memory.Gravatar Tetsuo Handa 6-71/+29
2010-01-25selinux: remove dead code in type_attribute_bounds_av()Gravatar KaiGai Kohei 1-39/+4
2010-01-25selinux: convert range transition list to a hashtabGravatar Stephen Smalley 3-41/+86
2010-01-18Merge branch 'master' into nextGravatar James Morris 10-158/+132
2010-01-18selinux: change the handling of unknown classesGravatar Stephen Smalley 4-120/+88
2010-01-15security: correct error returns for get/set security with private inodesGravatar James Morris 1-2/+2
2010-01-14Fix ACC_MODE() for realGravatar Al Viro 1-6/+1
2010-01-11TOMOYO: Remove memory pool for list elements.Gravatar Tetsuo Handa 6-134/+73
2010-01-11TOMOYO: Remove memory pool for string data.Gravatar Tetsuo Handa 1-50/+10
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Gravatar Tetsuo Handa 4-36/+27