summaryrefslogtreecommitdiff
path: root/libre/tomoyo-tools-libre/tomoyo-tools.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-28 20:51:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-28 20:51:25 -0300
commita7dbbd4eb6f9aec9519f0166c617b794da84ade1 (patch)
tree32ec41ffe595f0982f9dbf59792a4d09b698fcc9 /libre/tomoyo-tools-libre/tomoyo-tools.install
parentd5ef8d1e4d76423613bfae63be347e3714b51794 (diff)
tomoyo-tools-libre: add new package to libre repo
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
+}