summaryrefslogtreecommitdiff
path: root/pcr/tomoyo-tools/tomoyo-tools.install
blob: 09d974751d9e127c902ec022a77660b3d8a89bc7 (plain)
1
2
3
4
5
6
7
post_install () {
  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 "  Also you may pass TOMOYO_trigger parameter if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER"
  echo "  kernel option has wrong value"
}