summaryrefslogtreecommitdiff
path: root/nonprism/dhcpcd-hardened-script/dhcpcd_hardened.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/dhcpcd-hardened-script/dhcpcd_hardened.sh')
-rw-r--r--nonprism/dhcpcd-hardened-script/dhcpcd_hardened.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/nonprism/dhcpcd-hardened-script/dhcpcd_hardened.sh b/nonprism/dhcpcd-hardened-script/dhcpcd_hardened.sh
new file mode 100644
index 000000000..82f1b4dd0
--- /dev/null
+++ b/nonprism/dhcpcd-hardened-script/dhcpcd_hardened.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# This script wipes hostname and DUID so that DHCP can't send it over the network
+hostnamectl set-hostname localhost
+sed -i '/127.0.0.1/c\127.0.0.1 localhost.localdomain localhost 'localhost'' /etc/hosts ##properly sets our new host in /etc/hosts file
+hostname localhost ##avoids need to reboot before showing our new hostname in terminals etc.
+rm -rf /etc/dhcpcd.duid # Delete DUID