summaryrefslogtreecommitdiff
path: root/usbctl.install
blob: a84ac2b3dd2c4bc7272ccf7c4b7530d8a6320d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

pre_install() {
  cat <<EOM
  == Important ==
  AFTER you configure valid devices --
  Add the sysctl intiation to a conjob by adding
  @reboot root /usr/bin/sysctl -q kernel.deny_new_usb=1
  to your /etc/crontab
EOM
}

pre_upgrade() {
  pre_install
}