aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/domain.c
AgeCommit message (Expand)Author
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang
2011-09-28TOMOYO: Fix domain transition failure warning.Tetsuo Handa
2011-09-26TOMOYO: Simplify garbage collector.Tetsuo Handa
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa
2011-09-19TOMOYO: Allow specifying domain transition preference.Tetsuo Handa
2011-09-14TOMOYO: Avoid race when retrying "file execute" permission check.Tetsuo Handa
2011-09-14TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa
2011-09-14TOMOYO: Add environment variable name restriction support.Tetsuo Handa
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 4.Tetsuo Handa
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa
2011-06-29TOMOYO: Rename directives.Tetsuo Handa
2011-06-29TOMOYO: Use struct for passing ACL line.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa
2010-08-02TOMOYO: Aggregate reader functions.Tetsuo Handa
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa
2010-08-02TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa
2010-08-02TOMOYO: Allow wildcard for execute permission.Tetsuo Handa
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa
2010-02-15TOMOYO: Merge headers.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa