summaryrefslogtreecommitdiff
path: root/community/tomoyo-tools/tomoyo-tools.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-27 03:39:40 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-27 03:39:40 +0000
commite32d80836b584e2625d5ff5a9347090bdd58da34 (patch)
tree491e167a6fc43599ac073ecf9edfb5d8ba5aa90a /community/tomoyo-tools/tomoyo-tools.install
parent3f23b6bf0b09b0edd47e2c763b3be136bc2fe274 (diff)
Thu Feb 27 03:37:13 UTC 2014
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"
}