aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa1-16/+12
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa1-11/+5
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa1-11/+11
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa1-33/+8
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa1-5/+7
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa1-40/+50
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa1-43/+18
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa1-79/+121
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa1-0/+30
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-5/+64
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa1-1/+0
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa1-23/+18
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa1-8/+0
2009-05-09Reduce path_lookup() abusesAl Viro1-3/+3
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-3/+3
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa1-6/+1
2009-02-16TOMOYO: Don't create securityfs entries unless registered.Tetsuo Handa1-0/+4
2009-02-12Common functions for TOMOYO Linux.Kentaro Takeda1-0/+2202