OP#561 fix permissions

This commit is contained in:
2026-04-05 15:46:34 +02:00
parent 09df27ed5d
commit c9bf4a8b5a
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ class confdroid_ssh::main::files (
path => $sshd_custom_conf,
owner => $sshd_user,
group => $sshd_user,
mode => '0755',
mode => '0640',
selrange => s0,
selrole => object_r,
seltype => etc_t,