aboutsummaryrefslogtreecommitdiffstats
path: root/security (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-03selinux: Only audit permissions specified in policyStephen Smalley1-10/+7
2010-01-26get rid of pointless checks after simple_pin_fs()Al Viro1-9/+2
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa6-71/+29
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 Morris10-158/+132
2010-01-18selinux: change the handling of unknown classesStephen Smalley4-120/+88
2010-01-15security: correct error returns for get/set security with private inodesJames Morris1-2/+2
2010-01-14Fix ACC_MODE() for realAl Viro1-6/+1
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa6-134/+73
2010-01-11TOMOYO: Remove memory pool for string data.Tetsuo Handa1-50/+10
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa4-36/+27
2010-01-04SECURITY: selinux, fix update_rlimit_cpu parameterJiri Slaby1-1/+1
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-17Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture supportGeert Uytterhoeven1-0/+10
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-1/+2
2009-12-17security/min_addr.c: make init_mmap_min_addr() staticH Hartley Sweeten1-1/+1
2009-12-17keys: PTR_ERR return of wrong pointer in keyctl_get_security()Roel Kluin1-1/+1
2009-12-16ima: limit imbalance msgMimi Zohar1-9/+53
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro1-48/+4
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris2-5/+2
2009-12-16IMA: clean up the IMA counts updating codeEric Paris2-49/+70
2009-12-16ima: only insert at inode creation timeEric Paris3-66/+14
2009-12-16ima: valid return code from ima_inode_allocEric Paris1-3/+1
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa6-112/+207
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa1-1/+2
2009-12-09Merge branch 'master' into nextJames Morris8-125/+26
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-11/+11
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds5-114/+15
2009-12-08selinux: remove a useless returnAmerigo Wang1-2/+2
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa5-61/+132
2009-12-08LSM: Rename security_path_ functions argument names.Tetsuo Handa1-15/+15