Skip to content

Commit

Permalink
Fri 03 Jan 2025 09:12:43 NZDT
Browse files Browse the repository at this point in the history
  • Loading branch information
YardQuit committed Jan 2, 2025
1 parent 3cee384 commit b73ebd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ sed -i 's/DefaultZone=FedoraWorkstation/DefaultZone=drop/g' /etc/firewalld/firew
# cp /etc/pam.d/sudo /etc/pam.d/sudo.bak
# sed -i '/PAM-1.0/a\auth required pam_yubico.so mode=challenge-response' /etc/pam.d/sudo

### Disable ipv6 stack
cat <<EOF | tee -a /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
EOF

### Clean Up
shopt -s extglob
rm -rf /tmp/* || true
Expand Down

0 comments on commit b73ebd1

Please sign in to comment.