TOMOYO: Make several options configurable.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Sun, 26 Jun 2011 14:22:59 +0000 (23:22 +0900)
committerJames Morris <jmorris@namei.org>
Tue, 28 Jun 2011 23:31:22 +0000 (09:31 +1000)
commit0e4ae0e0dec634b2ae53ac57d14141b140467dbe
tree9a3b46dd03ea21422359d3948514771d0cc9d72d
parentefe836ab2b514ae7b59528af36d452978b42d266
TOMOYO: Make several options configurable.

To be able to start using enforcing mode from the early stage of boot sequence,
this patch adds support for activating access control without calling external
policy loader program. This will be useful for systems where operations which
can lead to the hijacking of the boot sequence are needed before loading the
policy. For example, you can activate immediately after loading the fixed part
of policy which will allow only operations needed for mounting a partition
which contains the variant part of policy and verifying (e.g. running GPG
check) and loading the variant part of policy. Since you can start using
enforcing mode from the beginning, you can reduce the possibility of hijacking
the boot sequence.

This patch makes several variables configurable on build time. This patch also
adds TOMOYO_loader= and TOMOYO_trigger= kernel command line option to boot the
same kernel in two different init systems (BSD-style init and systemd).

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