summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/util.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso2015-04-171-5/+8
* mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-091-7/+2
* TOMOYO: Accept \000 as a valid character.Tetsuo Handa2012-01-181-3/+3
* TOMOYO: Fix quota and garbage collector.Tetsuo Handa2011-10-121-0/+11
* TOMOYO: Allow domain transition without execve().Tetsuo Handa2011-09-141-0/+25
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-141-0/+31
* TOMOYO: Add environment variable name restriction support.Tetsuo Handa2011-09-141-5/+9
* TOMOYO: Fix incorrect enforce mode.Tetsuo Handa2011-09-091-1/+2
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-4/+2
* TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa2011-07-111-1/+1
* TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa2011-06-291-0/+41
* TOMOYO: Cleanup part 4.Tetsuo Handa2011-06-291-3/+36
* TOMOYO: Add policy namespace support.Tetsuo Handa2011-06-291-32/+26
* TOMOYO: Add auditing interface.Tetsuo Handa2011-06-291-14/+0
* TOMOYO: Simplify profile structure.Tetsuo Handa2011-06-291-32/+7
* TOMOYO: Use struct for passing ACL line.Tetsuo Handa2011-06-291-51/+69
* TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-291-8/+29
* TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-17/+6
* TOMOYO: Fix wrong domainname validation.Tetsuo Handa2011-05-121-1/+1
* TOMOYO: Fix quota check.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-33/+33
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-4/+4
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-22/+70
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-021-95/+59
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-0/+951