summaryrefslogtreecommitdiff
path: root/libre/tomoyo-tools-libre/tomoyo-tools.install
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-06-29 01:12:42 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-06-29 01:12:42 -0300
commit4242acd32a96183603ac8fee4772db60db920b56 (patch)
tree3d05ae8a72b9086ea1b4a8afd2cb36934fd5828b /libre/tomoyo-tools-libre/tomoyo-tools.install
parentf29b6c6483196ad948582f789330a35726899925 (diff)
parentdd0ca4cf619119415c81395613929ede28021823 (diff)
downloadabslibre-4242acd32a96183603ac8fee4772db60db920b56.tar.gz
abslibre-4242acd32a96183603ac8fee4772db60db920b56.tar.bz2
abslibre-4242acd32a96183603ac8fee4772db60db920b56.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/tomoyo-tools-libre/tomoyo-tools.install')
-rw-r--r--libre/tomoyo-tools-libre/tomoyo-tools.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/tomoyo-tools-libre/tomoyo-tools.install b/libre/tomoyo-tools-libre/tomoyo-tools.install
new file mode 100644
index 000000000..c23df1212
--- /dev/null
+++ b/libre/tomoyo-tools-libre/tomoyo-tools.install
@@ -0,0 +1,11 @@
+post_install () {
+ echo
+ echo " * To enable TOMOYO Linux, append 'security=tomoyo TOMOYO_trigger=/usr/bin/init' to the kernel"
+ echo " boot options and initialize policy with this command:"
+ echo " /usr/lib/tomoyo/init_policy"
+ echo
+}
+
+post_upgrade () {
+ post_install $1
+}