aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/securityfs_if.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27tomoyo: annotate ->poll() instancesAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2013-04-29tomoyo_close_control: don't bother with return valueAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa
2012-01-03switch securityfs_create_file() to umode_tAl Viro
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa
2011-09-14TOMOYO: Allow domain transition without execve().Tetsuo Handa
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa
2011-07-08TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa
2011-06-29TOMOYO: Add auditing interface.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 2.Tetsuo Handa
2010-08-02TOMOYO: Explicitly set file_operations->llseek pointer.Tetsuo Handa
2010-08-02TOMOYO: Add missing poll() hook.Tetsuo Handa
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa