aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
Commit message (Expand)AuthorAgeFilesLines
* TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa2011-09-261-1/+0
* TOMOYO: Simplify garbage collector.Tetsuo Handa2011-09-261-2/+5
* TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa2011-09-261-4/+0
* TOMOYO: Allow specifying domain transition preference.Tetsuo Handa2011-09-191-0/+4
* TOMOYO: Bump version.Tetsuo Handa2011-09-151-2/+2
* TOMOYO: Allow domain transition without execve().Tetsuo Handa2011-09-141-1/+15
* TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa2011-09-141-0/+12
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-141-1/+126
* TOMOYO: Add environment variable name restriction support.Tetsuo Handa2011-09-141-0/+14
* TOMOYO: Enable conditional ACL.Tetsuo Handa2011-07-111-1/+2
* TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa2011-07-111-2/+43
* TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa2011-07-111-0/+24
* TOMOYO: Allow using owner/group etc. of file objects as conditions.Tetsuo Handa2011-07-111-0/+91
* TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa2011-07-111-1/+96
* TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa2011-07-081-1/+0
* TOMOYO: Cleanup header file.Tetsuo Handa2011-06-301-117/+96
* TOMOYO: Add built-in policy support.Tetsuo Handa2011-06-291-0/+1
* TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa2011-06-291-3/+14
* TOMOYO: Cleanup part 4.Tetsuo Handa2011-06-291-18/+33
* TOMOYO: Fix lockdep warning.Tetsuo Handa2011-06-291-3/+5
* TOMOYO: Add policy namespace support.Tetsuo Handa2011-06-291-12/+51
* TOMOYO: Add ACL group support.Tetsuo Handa2011-06-291-0/+7
* TOMOYO: Add auditing interface.Tetsuo Handa2011-06-291-5/+78
* TOMOYO: Simplify profile structure.Tetsuo Handa2011-06-291-0/+7
* TOMOYO: Rename directives.Tetsuo Handa2011-06-291-1/+5
* TOMOYO: Use struct for passing ACL line.Tetsuo Handa2011-06-291-12/+20
* TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-291-54/+24
* TOMOYO: Cleanup part 2.Tetsuo Handa2011-06-291-293/+148
* TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-83/+10
* TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings2010-09-271-3/+0
* TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa2010-08-021-5/+9
* TOMOYO: Add missing poll() hook.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-29/+25
* TOMOYO: Copy directly to userspace buffer.Tetsuo Handa2010-08-021-41/+22
* TOMOYO: Allow reading only execute permission.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Change list iterator.Tetsuo Handa2010-08-021-12/+4
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-43/+21
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-25/+5
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-021-7/+6
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-021-22/+0
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-021-11/+27
* TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa2010-08-021-25/+11
* TOMOYO: Make read function to void.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa2010-08-021-6/+5
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-21/+21
* TOMOYO: Use callback for permission check.Tetsuo Handa2010-08-021-0/+3
* TOMOYO: Pass parameters via structure.Tetsuo Handa2010-08-021-0/+33
* TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-33/+6
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-62/+50