summarylogtreecommitdiffstats
path: root/tomoyo-tools.install
blob: e5777b46efc634b7933194593c2e1c311dcc13b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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'
  echo '    if CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER'
  echo '    kernel option has wrong value'
  echo ''
  echo ' *  Kernel version >=3.2 and <5.1 is required'
  echo "    Your version is $(uname -r)"
  echo ' !! Using the wrong version may render your system unbootable'
}

post_upgrade () {
  echo ' *  Kernel version >=3.2 and <5.1 is required'
  echo "    Your version is $(uname -r)"
  echo ' !! Using the wrong version may render your system unbootable'
}