aboutsummaryrefslogtreecommitdiffstats
path: root/security (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-05KEYS: call_sbin_request_key() must write lock keyrings before modifying themDavid Howells1-1/+1
2010-05-05KEYS: Use RCU dereference wrappers in keyring key type codeDavid Howells1-10/+13
2010-05-05KEYS: find_keyring_by_name() can gain access to a freed keyringToshiyuki Okajima1-9/+9
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()David Howells1-3/+6
2010-05-05KEYS: Fix an RCU warning in the reading of user keysDavid Howells1-1/+2
2010-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-1/+1
2010-04-27keys: the request_key() syscall should link an existing key to the dest keyringDavid Howells1-1/+8
2010-04-28keys: don't need to use RCU in keyring_read() as semaphore is heldDavid Howells1-1/+1
2010-04-24keys: fix an RCU warningDavid Howells1-5/+8
2010-04-22security: testing the wrong variable in create_by_name()Dan Carpenter1-2/+2
2010-04-15SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo28-3/+25
2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-20/+5
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03fix mnt_mountpoint abuse in smackAl Viro1-1/+1
2010-03-01Merge branch 'next' into for-linusJames Morris25-1665/+1937
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+5
2010-02-26SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0David Howells1-1/+1
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa1-0/+4
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2-2/+5
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys1-1/+1
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng1-2/+1
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com3-18/+10
2010-02-22selinux: libsepol: remove dead code in check_avtab_hierarchy_callback()KaiGai Kohei1-4/+39
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa4-32/+20
2010-02-16security: fix a couple of sparse warningsJames Morris1-2/+3
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa3-38/+27
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa5-299/+250
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa1-45/+54
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa7-54/+436
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa3-16/+28
2010-02-15TOMOYO: Merge headers.Tetsuo Handa8-397/+351
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa5-40/+77
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa3-226/+183
2010-02-09selinux: fix memory leak in sel_make_boolsXiaotian Feng1-0/+2
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa4-96/+25
2010-02-07Take ima_file_free() to proper place.Al Viro1-2/+0
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar4-8/+11
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar1-3/+3
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris3-8/+3
2010-02-07fix ima breakageMimi Zohar1-144/+92
2010-02-05fix comment typos in avc.cJustin P. Mattock1-3/+3
2010-02-05syslog: clean up needless commentKees Cook1-1/+0
2010-02-04syslog: use defined constants instead of raw numbersKees Cook2-12/+14
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook4-7/+13
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