summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/network.c
Commit message (Collapse)AuthorAgeFilesLines
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-141-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>