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

@@ -12,7 +12,7 @@ class confdroid_ssh::main::dirs (
path => $ssh_etc_path,
owner => $sshd_user,
group => $sshd_user,
mode => '0755',
mode => '0700',
selrange => s0,
selrole => object_r,
seltype => etc_t,
@@ -23,7 +23,7 @@ class confdroid_ssh::main::dirs (
ensure => directory,
owner => $sshd_user,
group => $sshd_user,
mode => '0755',
mode => '0700',
selrange => s0,
selrole => object_r,
seltype => etc_t,