diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-06 13:25:01 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-06 13:25:01 +0200 |
| commit | 66f65ef6bc5692071805a928213c776a44c81bf7 (patch) | |
| tree | 2043fab37dac72807f65b503d19cfdc4d91a540c /etc.bash | |
| parent | b19df97630ef273342d853a7658285f222f330b6 (diff) | |
| download | postinstall-66f65ef6bc5692071805a928213c776a44c81bf7.tar.gz postinstall-66f65ef6bc5692071805a928213c776a44c81bf7.tar.bz2 postinstall-66f65ef6bc5692071805a928213c776a44c81bf7.zip | |
update sshd override
Diffstat (limited to 'etc.bash')
| -rwxr-xr-x | etc.bash | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ sudo bash -c "cat << 'EOF' > /etc/systemd/system/sshd.service.d/override.conf NoNewPrivileges=yes ProtectSystem=strict ProtectHome=read-only -ReadWritePaths=/var/empty /run/sshd +RuntimeDirectory=sshd +ReadWritePaths=/var/empty PrivateTmp=yes ProtectKernelTunables=yes ProtectKernelModules=yes |
