summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c
Commit message (Expand)AuthorAgeFilesLines
* tomoyo: Allow multiple use_group lines.Tetsuo Handa2019-01-241-6/+11
* tomoyo: Coding style fix.Tetsuo Handa2019-01-241-17/+33
* tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa2019-01-231-4/+7
* TOMOYO: Abstract use of cred security blobCasey Schaufler2019-01-081-1/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-151-1/+1
* mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-1/+8
* tomoyo: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* TOMOYO: Fix domain transition failure warning.Tetsuo Handa2011-09-281-1/+2
* TOMOYO: Simplify garbage collector.Tetsuo Handa2011-09-261-0/+4
* TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa2011-09-261-0/+1
* TOMOYO: Allow specifying domain transition preference.Tetsuo Handa2011-09-191-3/+50
* TOMOYO: Avoid race when retrying "file execute" permission check.Tetsuo Handa2011-09-141-34/+22Star
* TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa2011-09-141-0/+1
* TOMOYO: Add environment variable name restriction support.Tetsuo Handa2011-09-141-1/+94
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-7/+5Star
* TOMOYO: Enable conditional ACL.Tetsuo Handa2011-07-111-23/+30
* TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa2011-07-111-0/+46
* TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa2011-07-111-6/+15
* TOMOYO: Cleanup part 4.Tetsuo Handa2011-06-291-3/+4
* TOMOYO: Add policy namespace support.Tetsuo Handa2011-06-291-100/+260
* TOMOYO: Add ACL group support.Tetsuo Handa2011-06-291-1/+22
* TOMOYO: Rename directives.Tetsuo Handa2011-06-291-2/+2
* TOMOYO: Use struct for passing ACL line.Tetsuo Handa2011-06-291-85/+61Star
* TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-291-1/+16
* TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-11/+2Star
* TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa2010-08-021-1/+14
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-35/+25Star
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-209/+107Star
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-97/+3Star
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-021-140/+0Star
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-021-192/+27Star
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-19/+19
* TOMOYO: Use callback for permission check.Tetsuo Handa2010-08-021-0/+18
* 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-81/+103
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-28/+34
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-0/+51
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-4/+5
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-021-0/+147
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-021-10/+11
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-021-39/+33Star
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-18/+2Star
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-18/+29
* TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-101-76/+48Star
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-061-5/+10
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\