summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/securityfs_if.c
Commit message (Expand)AuthorAgeFilesLines
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
* tomoyo_close_control: don't bother with return valueAl Viro2013-04-291-3/+2
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* TOMOYO: Return appropriate value to poll().Tetsuo Handa2012-03-151-2/+3
* switch securityfs_create_file() to umode_tAl Viro2012-01-031-1/+1
* TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa2011-09-261-0/+1
* TOMOYO: Allow domain transition without execve().Tetsuo Handa2011-09-141-2/+120
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-4/+2
* TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa2011-07-081-2/+0
* TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa2011-06-291-2/+2
* TOMOYO: Add auditing interface.Tetsuo Handa2011-06-291-0/+2
* TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-291-3/+3
* TOMOYO: Cleanup part 2.Tetsuo Handa2011-06-291-1/+1
* TOMOYO: Explicitly set file_operations->llseek pointer.Tetsuo Handa2010-08-021-0/+1
* TOMOYO: Add missing poll() hook.Tetsuo Handa2010-08-021-0/+14
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-0/+140