mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
7 lines
165 B
Bash
7 lines
165 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -oue pipefail
|
|
|
|
chmod 440 /usr/etc/sudoers.d/timeout
|
|
chmod 600 /usr/etc/ssh/sshd_config |