summaryrefslogtreecommitdiff
path: root/security/tomoyo/gc.c
AgeCommit message (Expand)Author
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa
2011-07-11TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa
2011-06-29TOMOYO: Fix lockdep warning.Tetsuo Handa
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa
2010-08-02TOMOYO: Merge path_group and number_group.Tetsuo Handa
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa
2010-08-02TOMOYO: Pass "struct list_head" rather than "void *".Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02TOMOYO: Use common code for garbage collection.Tetsuo Handa
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa
2010-08-02TOMOYO: Add numeric values grouping support.Tetsuo Handa
2010-05-17TOMOYO: Add pathname grouping support.Tetsuo Handa
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa