aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/file.c
AgeCommit message (Expand)Author
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa
2010-02-15TOMOYO: Merge headers.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa
2010-01-18Merge branch 'master' into nextJames Morris
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa
2009-12-22Sanitize f_flags helpersAl Viro
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa
2009-12-09Merge branch 'master' into nextJames Morris
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa
2009-02-12File operation restriction part.Kentaro Takeda