]> bbs.cooldavid.org Git - net-next-2.6.git/commit
TOMOYO: Add pathname grouping support.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 10 May 2010 08:30:26 +0000 (17:30 +0900)
committerJames Morris <jmorris@namei.org>
Sun, 16 May 2010 23:25:57 +0000 (09:25 +1000)
commit7762fbfffdbce8191f5236d5053b290035d3d749
tree08b6de0c09c5571d3bdb61c429e1ec68e748f796
parentba0c1709f4946a5ca1a678f4318ed72c0d409b3c
TOMOYO: Add pathname grouping support.

This patch adds pathname grouping support, which is useful for grouping
pathnames that cannot be represented using /\{dir\}/ pattern.

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/path_group.c [new file with mode: 0644]