[arch-commits] Commit in tomoyo-tools/trunk (tomoyo-tools.install)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Feb 26 11:52:54 UTC 2014
Date: Wednesday, February 26, 2014 @ 12:52:54
Author: spupykin
Revision: 106281
Modified:
tomoyo-tools/trunk/tomoyo-tools.install
----------------------+
tomoyo-tools.install | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: tomoyo-tools.install
===================================================================
--- tomoyo-tools.install 2014-02-26 11:22:15 UTC (rev 106280)
+++ tomoyo-tools.install 2014-02-26 11:52:54 UTC (rev 106281)
@@ -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
+ echo " Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER"
+ echo " kernel option has wrong value"
}
-
-post_upgrade () {
- post_install $1
-}
More information about the arch-commits
mailing list