Skip to content
Snippets Groups Projects
Commit c9f6fbd5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Disable dccp

parent 82a57bc4
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,10 @@ function disable_ctrl_alt_del {
ln -sf /dev/null /etc/systemd/system/ctrl-alt-del.target
}
function disable_dccp {
echo "install dccp /bin/true" > /etc/modprobe.d/dccp.conf
}
function lockdown_permissions {
# All commands owned by root
if [ -d /bin ]; then
......@@ -545,6 +549,9 @@ function setup_utils {
read_config_param "PROJECT_REPO"
write_config_param "PROJECT_REPO" "$PROJECT_REPO"
function_check disable_dccp
disable_dccp
function_check disable_ctrl_alt_del
disable_ctrl_alt_del
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment