summaryrefslogtreecommitdiff
path: root/community/tomoyo-tools/tomoyo-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/tomoyo-tools/tomoyo-tools.install')
-rw-r--r--community/tomoyo-tools/tomoyo-tools.install10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/tomoyo-tools/tomoyo-tools.install b/community/tomoyo-tools/tomoyo-tools.install
index c23df1212..09d974751 100644
--- a/community/tomoyo-tools/tomoyo-tools.install
+++ b/community/tomoyo-tools/tomoyo-tools.install
@@ -1,11 +1,7 @@
post_install () {
- echo
- echo " * To enable TOMOYO Linux, append 'security=tomoyo TOMOYO_trigger=/usr/bin/init' to the kernel"
+ 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 " Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER"
+ echo " kernel option has wrong value"
}