aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/common.c
AgeCommit message (Expand)Author
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-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa
2009-05-09Reduce path_lookup() abusesAl Viro
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa
2009-02-16TOMOYO: Don't create securityfs entries unless registered.Tetsuo Handa
2009-02-12Common functions for TOMOYO Linux.Kentaro Takeda