summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* TOMOYO: Cleanup header file.Tetsuo Handa2011-06-301-117/+96Star
* 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/+24Star
* TOMOYO: Cleanup part 2.Tetsuo Handa2011-06-291-293/+148Star
* TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-83/+10Star
* TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings2010-09-271-3/+0Star
* 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/+25Star
* TOMOYO: Copy directly to userspace buffer.Tetsuo Handa2010-08-021-41/+22Star
* TOMOYO: Allow reading only execute permission.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Change list iterator.Tetsuo Handa2010-08-021-12/+4Star
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-43/+21Star
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-25/+5Star
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-021-7/+6Star
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-021-22/+0Star
* 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/+11Star
* TOMOYO: Make read function to void.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa2010-08-021-6/+5Star
* 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/+6Star
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-62/+50Star
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-58/+24Star
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-11/+57
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-021-0/+32
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-021-4/+3Star
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-021-46/+2Star
* TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-2/+27
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-6/+22
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-021-4/+52