]> bbs.cooldavid.org Git - net-next-2.6.git/commit
TOMOYO: Use callback for permission check.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Wed, 16 Jun 2010 07:22:51 +0000 (16:22 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:34:32 +0000 (15:34 +1000)
commit99a852596beb26cc449ca1a79834c107ef4080e1
tree8d593b0af85f6cbbfe73b916f7449148ccf93133
parentcf6e9a6468ec82a94cbc707b607452ec4454182c
TOMOYO: Use callback for permission check.

We can use callback function since parameters are passed via
"const struct tomoyo_request_info".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/file.c
security/tomoyo/mount.c