]> bbs.cooldavid.org Git - net-next-2.6.git/commit
TOMOYO: Add mount restriction.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 17 May 2010 01:10:31 +0000 (10:10 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:33:37 +0000 (15:33 +1000)
commit2106ccd972dcd9fda7df9b181505fac1741b3508
tree4361f9498c303cabc20abc85c1b5ee0afa677b0f
parenta1f9bb6a375a8dbf7797ffbd6739c46b338a77f7
TOMOYO: Add mount restriction.

mount(2) has three string and one numeric parameters.
Split mount restriction code from security/tomoyo/file.c .

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
security/tomoyo/Makefile
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/file.c
security/tomoyo/gc.c
security/tomoyo/mount.c [new file with mode: 0644]
security/tomoyo/tomoyo.c