]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
TOMOYO: Simplify profile structure.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Sun, 26 Jun 2011 14:18:21 +0000 (23:18 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 28 Jun 2011 23:31:20 +0000 (09:31 +1000)
commitd5ca1725ac9ba876c2dd614bb9826d0c4e13d818
treefbff7fe1e39597c5bac981f63a2be659f4ec84e7
parent0d2171d711cbfca84cc0001121be8a6cc8e4d148
TOMOYO: Simplify profile structure.

Remove global preference from profile structure in order to make code simpler.

Due to this structure change, printk() warnings upon policy violation are
temporarily disabled. They will be replaced by
/sys/kernel/security/tomoyo/audit by next patch.

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