summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/gc.c
Commit message (Expand)AuthorAgeFilesLines
* security: tomoyo: simplify the gc kthread creationMike Danese2016-06-061-7/+2
* TOMOYO: Fix quota and garbage collector.Tetsuo Handa2011-10-121-0/+7
* TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa2011-09-261-1/+19
* TOMOYO: Simplify garbage collector.Tetsuo Handa2011-09-261-311/+169
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-141-1/+39
* TOMOYO: Add environment variable name restriction support.Tetsuo Handa2011-09-141-0/+9
* tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov2011-08-171-1/+1
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-5/+2
* TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa2011-07-111-0/+12
* TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa2011-07-111-0/+5
* TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa2011-07-111-3/+36
* TOMOYO: Fix lockdep warning.Tetsuo Handa2011-06-291-21/+257
* TOMOYO: Add policy namespace support.Tetsuo Handa2011-06-291-33/+40
* TOMOYO: Add ACL group support.Tetsuo Handa2011-06-291-3/+13
* TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-291-13/+114
* TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-30/+0
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-11/+11
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-15/+4
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-11/+0
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-021-22/+14
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-021-34/+7
* TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa2010-08-021-26/+15
* TOMOYO: Pass "struct list_head" rather than "void *".Tetsuo Handa2010-08-021-58/+72
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Use common code for garbage collection.Tetsuo Handa2010-08-021-146/+66
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-30/+33
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-27/+1
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-021-0/+21
* 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