summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
Commit message (Expand)AuthorAgeFilesLines
* tomoyo: Bump version.Tetsuo Handa2019-02-191-1/+1
* tomoyo: Allow multiple use_group lines.Tetsuo Handa2019-01-241-1/+2
* tomoyo: Coding style fix.Tetsuo Handa2019-01-241-5/+8
* tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa2019-01-231-32/+13Star
* Infrastructure management of the cred security blobCasey Schaufler2019-01-081-1/+2
* TOMOYO: Abstract use of cred security blobCasey Schaufler2019-01-081-2/+19
* tomoyo: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-131-1/+1
|\
| * tomoyo: fix timestamping for y2038Arnd Bergmann2017-10-211-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* tomoyo: constify assorted struct path *Al Viro2016-03-281-6/+6
* switch security_inode_getattr() to struct path *Al Viro2015-04-121-1/+1
* constify tomoyo_realpath_from_path()Al Viro2015-04-121-1/+1
* tomoyo_close_control: don't bother with return valueAl Viro2013-04-291-1/+1
* consitify do_mount() argumentsAl Viro2012-10-121-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/+0Star
* 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-111-1/+1
|\
| * tomoyo: add missing rcu_dereference()Kees Cook2011-12-121-1/+1
* | tomoyo_mini_stat: switch to umode_tAl Viro2012-01-041-1/+1
|/
* TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa2011-09-261-1/+0Star
* TOMOYO: Simplify garbage collector.Tetsuo Handa2011-09-261-2/+5
* TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa2011-09-261-4/+0Star
* 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/+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