aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+4
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-01Merge branch 'next' into for-linusJames Morris10-1371/+1598
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa1-0/+4
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa4-32/+20
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-08TOMOYO: Extract bitfieldTetsuo Handa4-96/+25
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa6-71/+29
2010-01-18Merge branch 'master' into nextJames Morris1-1/+0
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
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa6-112/+207
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa1-1/+2
2009-12-09Merge branch 'master' into nextJames Morris4-103/+9
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds4-103/+9
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa5-61/+132
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa2-83/+121
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman3-95/+0
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal proc mount.Eric W. Biederman1-0/+9
2009-11-12sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa1-9/+1
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger1-4/+9
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+17
2009-06-19TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa3-15/+8
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa3-34/+30
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa6-34/+504
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa2-2/+0
2009-06-09Merge branch 'master' into nextJames Morris1-0/+6
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa3-7/+3
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa3-52/+41
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa4-36/+0
2009-06-02TOMOYO: Remove unused mutex.Tetsuo Handa1-1/+0
2009-06-02tomoyo: avoid get+put of task_structSerge E. Hallyn1-8/+1
2009-05-27tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski1-0/+6
2009-05-09Reduce path_lookup() abusesAl Viro2-11/+11
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa8-10/+10
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa3-100/+5
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1