summaryrefslogtreecommitdiff
path: root/social/tomoyo-tools/tomoyo-tools.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-04-03 20:13:26 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-04-03 20:13:26 -0300
commit7d2ceb5a1933d35b6a8bbd556f77854d13d0de37 (patch)
tree009781d0702697d36daedfe62e84478fab8fc75d /social/tomoyo-tools/tomoyo-tools.install
parent845809d4c69d763bebe5981b2f9fc889862162f6 (diff)
tomoyo-tools-2.3.0.20110211-4
Diffstat (limited to 'social/tomoyo-tools/tomoyo-tools.install')
-rw-r--r--social/tomoyo-tools/tomoyo-tools.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/social/tomoyo-tools/tomoyo-tools.install b/social/tomoyo-tools/tomoyo-tools.install
new file mode 100644
index 000000000..6fb5e16d2
--- /dev/null
+++ b/social/tomoyo-tools/tomoyo-tools.install
@@ -0,0 +1,11 @@
+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
+}