diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-07-18 18:02:33 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-07-18 18:02:33 -0700 |
commit | 83fdfe03881b0fd0231c6b1f121562bfa46820c5 (patch) | |
tree | ee33271d4bf41e1c2e171e87db684c2f589f7395 /usbctl.install | |
download | usbctl-83fdfe03881b0fd0231c6b1f121562bfa46820c5.tar.xz |
Initial commit
Diffstat (limited to 'usbctl.install')
-rw-r--r-- | usbctl.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usbctl.install b/usbctl.install new file mode 100644 index 0000000..a84ac2b --- /dev/null +++ b/usbctl.install @@ -0,0 +1,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 +} |