aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/gc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-06tomoyo: Fix typo in comments.Gravatar Tetsuo Handa 1-1/+1
2019-01-24tomoyo: Coding style fix.Gravatar Tetsuo Handa 1-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-06-06security: tomoyo: simplify the gc kthread creationGravatar Mike Danese 1-7/+2
2011-10-12TOMOYO: Fix quota and garbage collector.Gravatar Tetsuo Handa 1-0/+7
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Gravatar Tetsuo Handa 1-1/+19
2011-09-26TOMOYO: Simplify garbage collector.Gravatar Tetsuo Handa 1-311/+169
2011-09-14TOMOYO: Add socket operation restriction support.Gravatar Tetsuo Handa 1-1/+39
2011-09-14TOMOYO: Add environment variable name restriction support.Gravatar Tetsuo Handa 1-0/+9
2011-08-17tomoyo: remove tomoyo_gc_thread()->daemonize()Gravatar Oleg Nesterov 1-1/+1
2011-07-14TOMOYO: Update kernel-doc.Gravatar Tetsuo Handa 1-5/+2
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Gravatar Tetsuo Handa 1-0/+12
2011-07-11TOMOYO: Allow using executable's realpath and symlink's target as conditions.Gravatar Tetsuo Handa 1-0/+5
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Gravatar Tetsuo Handa 1-3/+36
2011-06-29TOMOYO: Fix lockdep warning.Gravatar Tetsuo Handa 1-21/+257
2011-06-29TOMOYO: Add policy namespace support.Gravatar Tetsuo Handa 1-33/+40
2011-06-29TOMOYO: Add ACL group support.Gravatar Tetsuo Handa 1-3/+13
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