summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/gc.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa1-0/+10
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa1-4/+31
2010-08-02TOMOYO: Add numeric values grouping support.Tetsuo Handa1-0/+41
2010-05-17TOMOYO: Add pathname grouping support.Tetsuo Handa1-3/+45
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa1-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa1-9/+9
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-0/+370