From a7dbbd4eb6f9aec9519f0166c617b794da84ade1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 28 Jun 2013 20:51:25 -0300 Subject: tomoyo-tools-libre: add new package to libre repo --- libre/tomoyo-tools-libre/tomoyo-tools.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/tomoyo-tools-libre/tomoyo-tools.install (limited to 'libre/tomoyo-tools-libre/tomoyo-tools.install') 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 +} -- cgit v1.2.3