Merge branch 'jenkins-build-5' into 'master'

Auto-merge for build 5

See merge request puppet/confdroid_ssh!5
This commit is contained in:
Jenkins
2026-04-05 13:47:33 +00:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
# Readme
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_ssh&style=plastic)](https://jenkins.confdroid.com/job/confdroid_ssh/)
[![Security Hotspots](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid_ssh&metric=security_hotspots&token=sqb_8c77823906f10af2e4f8fcf24c467fe9dc500dba)](https://sonarqube.confdroid.com/dashboard?id=confdroid_ssh)
- [Readme](#readme)
- [Synopsis](#synopsis)

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,

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,