summaryrefslogtreecommitdiff
path: root/security/tomoyo/gc.c
Commit message (Expand)AuthorAgeFilesLines
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-021-0/+10
* TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa2010-08-021-4/+31
* TOMOYO: Add numeric values grouping support.Tetsuo Handa2010-08-021-0/+41
* TOMOYO: Add pathname grouping support.Tetsuo Handa2010-05-171-3/+45
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-061-4/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* TOMOYO: Use shorter names.Tetsuo Handa2010-02-161-9/+9
* TOMOYO: Add garbage collector.Tetsuo Handa2010-02-151-0/+370