aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/gc.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-29TOMOYO: Cleanup part 3.Gravatar Tetsuo Handa 1-13/+114
2011-06-29TOMOYO: Cleanup part 1.Gravatar Tetsuo Handa 1-30/+0
2010-08-02TOMOYO: Rename symbols.Gravatar Tetsuo Handa 1-11/+11
2010-08-02TOMOYO: Use common code for domain transition control.Gravatar Tetsuo Handa 1-15/+4
2010-08-02TOMOYO: Remove alias keyword.Gravatar Tetsuo Handa 1-11/+0
2010-08-02TOMOYO: Merge path_group and number_group.Gravatar Tetsuo Handa 1-22/+14
2010-08-02TOMOYO: Use array of "struct list_head".Gravatar Tetsuo Handa 1-34/+7
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupGravatar Tetsuo Handa 1-26/+15
2010-08-02TOMOYO: Pass "struct list_head" rather than "void *".Gravatar Tetsuo Handa 1-58/+72
2010-08-02TOMOYO: Rename symbols.Gravatar Tetsuo Handa 1-2/+2
2010-08-02TOMOYO: Use common code for garbage collection.Gravatar Tetsuo Handa 1-146/+66
2010-08-02TOMOYO: Use common structure for list element.Gravatar Tetsuo Handa 1-30/+33
2010-08-02TOMOYO: Use callback for updating entries.Gravatar Tetsuo Handa 1-27/+1
2010-08-02TOMOYO: Add pathname aggregation support.Gravatar Tetsuo Handa 1-0/+21
2010-08-02TOMOYO: Add mount restriction.Gravatar Tetsuo Handa 1-0/+10
2010-08-02TOMOYO: Split file access control functions by type of parameters.Gravatar Tetsuo Handa 1-4/+31
2010-08-02TOMOYO: Add numeric values grouping support.Gravatar Tetsuo Handa 1-0/+41
2010-05-17TOMOYO: Add pathname grouping support.Gravatar Tetsuo Handa 1-3/+45
2010-05-06TOMOYO: Use mutex_lock_interruptible.Gravatar Tetsuo Handa 1-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-16TOMOYO: Use shorter names.Gravatar Tetsuo Handa 1-9/+9
2010-02-15TOMOYO: Add garbage collector.Gravatar Tetsuo Handa 1-0/+370