aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa1-5/+5
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa1-9/+6
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa1-156/+139
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-3/+3
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-52/+0
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa1-6/+18
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa1-135/+99
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa1-20/+7
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa1-7/+8
2010-01-18Merge branch 'master' into nextJames Morris1-1/+0
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa1-10/+24
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa1-16/+10
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa1-33/+77
2009-12-09Merge branch 'master' into nextJames Morris1-21/+0
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa1-12/+35
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman1-21/+0
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-6/+115
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa1-3/+1
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa1-12/+9
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa1-10/+0
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-1/+1
2009-02-12File operation restriction part.Kentaro Takeda1-0/+1241