aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/gc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-12TOMOYO: Fix quota and garbage collector.Tetsuo Handa1-0/+7
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa1-1/+19
2011-09-26TOMOYO: Simplify garbage collector.Tetsuo Handa1-311/+169
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa1-1/+39
2011-09-14TOMOYO: Add environment variable name restriction support.Tetsuo Handa1-0/+9
2011-08-17tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov1-1/+1
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa1-5/+2
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa1-0/+12
2011-07-11TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa1-0/+5
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa1-3/+36
2011-06-29TOMOYO: Fix lockdep warning.Tetsuo Handa1-21/+257
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa1-33/+40
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa1-3/+13
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa1-13/+114
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa1-30/+0
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-11/+11
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa1-15/+4
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa1-11/+0
2010-08-02TOMOYO: Merge path_group and number_group.Tetsuo Handa1-22/+14
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa1-34/+7
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa1-26/+15
2010-08-02TOMOYO: Pass "struct list_head" rather than "void *".Tetsuo Handa1-58/+72
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-2/+2
2010-08-02TOMOYO: Use common code for garbage collection.Tetsuo Handa1-146/+66
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa1-30/+33
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa1-27/+1
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa1-0/+21
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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa1-9/+9
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-0/+370