diff options
Diffstat (limited to 'pcr/tomoyo-tools/tomoyo-tools.install')
-rw-r--r-- | pcr/tomoyo-tools/tomoyo-tools.install | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/pcr/tomoyo-tools/tomoyo-tools.install b/pcr/tomoyo-tools/tomoyo-tools.install index 6fb5e16d2..09d974751 100644 --- a/pcr/tomoyo-tools/tomoyo-tools.install +++ b/pcr/tomoyo-tools/tomoyo-tools.install @@ -1,11 +1,7 @@ post_install () { - echo - 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 -} - -post_upgrade () { - post_install $1 + 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" } |