summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
Commit message (Expand)AuthorAgeFilesLines
* tomoyo: constify assorted struct path *Al Viro2016-03-281-6/+6
* switch security_inode_getattr() to struct path *Al Viro2015-04-111-1/+1
* constify tomoyo_realpath_from_path()Al Viro2015-04-111-1/+1
* tomoyo_close_control: don't bother with return valueAl Viro2013-04-291-1/+1
* consitify do_mount() argumentsAl Viro2012-10-111-1/+1
* userns: Convert tomoyo to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* TOMOYO: Accept manager programs which do not start with / .Tetsuo Handa2012-05-151-1/+0
* TOMOYO: Return appropriate value to poll().Tetsuo Handa2012-03-151-3/+3
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-101-1/+1
|\
| * tomoyo: add missing rcu_dereference()Kees Cook2011-12-121-1/+1
* | tomoyo_mini_stat: switch to umode_tAl Viro2012-01-031-1/+1
|/
* 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