core/tomoyo-tools/tomoyo-tools.install
2014-10-03 16:31:29 -04:00

8 lines
343 B
Plaintext

post_install () {
echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
echo " boot options and initialize policy with this command:"
echo " /usr/lib/tomoyo/init_policy"
echo " Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER"
echo " kernel option has wrong value"
}