summaryrefslogtreecommitdiff
path: root/pcr/tomoyo-tools/tomoyo-tools.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-23 16:11:20 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-23 16:11:20 +0100
commita4eff7f8d2d1ca1a24e860d199146f33efb84a47 (patch)
treecec94c54a62e5ffbf25761326503d816e2303e9c /pcr/tomoyo-tools/tomoyo-tools.install
parentb4296b573a8a51ba20db9ed6fbfc2705e69c45ee (diff)
downloadabslibre-a4eff7f8d2d1ca1a24e860d199146f33efb84a47.tar.gz
abslibre-a4eff7f8d2d1ca1a24e860d199146f33efb84a47.tar.bz2
abslibre-a4eff7f8d2d1ca1a24e860d199146f33efb84a47.zip
pcr/tomoyo-tools: updated to 2.5.0.20170102
Diffstat (limited to 'pcr/tomoyo-tools/tomoyo-tools.install')
-rw-r--r--pcr/tomoyo-tools/tomoyo-tools.install14
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"
}