aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-09-28TOMOYO: Fix domain transition failure warning.Tetsuo Handa1-1/+2
2011-09-26TOMOYO: Simplify garbage collector.Tetsuo Handa1-0/+4
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa1-0/+1
2011-09-19TOMOYO: Allow specifying domain transition preference.Tetsuo Handa1-3/+50
2011-09-14TOMOYO: Avoid race when retrying "file execute" permission check.Tetsuo Handa1-34/+22
2011-09-14TOMOYO: Allow controlling generation of access granted logs for per an entry basis.Tetsuo Handa1-0/+1
2011-09-14TOMOYO: Add environment variable name restriction support.Tetsuo Handa1-1/+94
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa1-7/+5
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa1-23/+30
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa1-0/+46
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa1-6/+15
2011-06-29TOMOYO: Cleanup part 4.Tetsuo Handa1-3/+4
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa1-100/+260
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa1-1/+22
2011-06-29TOMOYO: Rename directives.Tetsuo Handa1-2/+2
2011-06-29TOMOYO: Use struct for passing ACL line.Tetsuo Handa1-85/+61
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa1-1/+16
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa1-11/+2
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa1-1/+14
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-35/+25
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa1-209/+107
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa1-97/+3
2010-08-02TOMOYO: Aggregate reader functions.Tetsuo Handa1-140/+0
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa1-192/+27
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-19/+19
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa1-0/+18
2010-08-02TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa1-81/+103
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa1-28/+34
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa1-0/+51
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa1-4/+5
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa1-0/+147
2010-08-02TOMOYO: Allow wildcard for execute permission.Tetsuo Handa1-10/+11
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa1-39/+33
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa1-18/+2
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa1-18/+29
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa1-1/+1
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa1-76/+48
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa1-5/+10
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa1-5/+5
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-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa1-9/+9
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa1-3/+3
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa1-0/+2
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-72/+0
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa1-9/+23
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa1-75/+72
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa1-24/+1