aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/network.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa1-0/+771
This patch adds support for permission checks for PF_INET/PF_INET6/PF_UNIX socket's bind()/listen()/connect()/send() operations. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org>