aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/securityfs_if.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro1-3/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa1-2/+3
2012-01-03switch securityfs_create_file() to umode_tAl Viro1-1/+1
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa1-0/+1
2011-09-14TOMOYO: Allow domain transition without execve().Tetsuo Handa1-2/+120
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa1-4/+2
2011-07-08TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa1-2/+0
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa1-2/+2
2011-06-29TOMOYO: Add auditing interface.Tetsuo Handa1-0/+2
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa1-3/+3
2011-06-29TOMOYO: Cleanup part 2.Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Explicitly set file_operations->llseek pointer.Tetsuo Handa1-0/+1
2010-08-02TOMOYO: Add missing poll() hook.Tetsuo Handa1-0/+14
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa1-0/+140