index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
tomoyo
/
securityfs_if.c
Age
Commit message (
Expand
)
Author
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-27
tomoyo: annotate ->poll() instances
Al Viro
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
2013-04-29
tomoyo_close_control: don't bother with return value
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-03-15
TOMOYO: Return appropriate value to poll().
Tetsuo Handa
2012-01-03
switch securityfs_create_file() to umode_t
Al Viro
2011-09-26
TOMOYO: Fix make namespacecheck warnings.
Tetsuo Handa
2011-09-14
TOMOYO: Allow domain transition without execve().
Tetsuo Handa
2011-07-14
TOMOYO: Update kernel-doc.
Tetsuo Handa
2011-07-08
TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.
Tetsuo Handa
2011-06-29
TOMOYO: Rename meminfo to stat and show more statistics.
Tetsuo Handa
2011-06-29
TOMOYO: Add auditing interface.
Tetsuo Handa
2011-06-29
TOMOYO: Cleanup part 3.
Tetsuo Handa
2011-06-29
TOMOYO: Cleanup part 2.
Tetsuo Handa
2010-08-02
TOMOYO: Explicitly set file_operations->llseek pointer.
Tetsuo Handa
2010-08-02
TOMOYO: Add missing poll() hook.
Tetsuo Handa
2010-08-02
TOMOYO: Split files into some pieces.
Tetsuo Handa