summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/sshd')
-rw-r--r--core/modules/sshd/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/sshd/module.build b/core/modules/sshd/module.build
index 2bcac7ae..fed20806 100644
--- a/core/modules/sshd/module.build
+++ b/core/modules/sshd/module.build
@@ -17,5 +17,5 @@ build() {
post_copy() {
mkdir -p "${TARGET_BUILD_DIR}/var/lib/empty" # suse
- chmod go-rwX "${TARGET_BUILD_DIR}/etc/ssh"
+ chmod -R go-rwx "${TARGET_BUILD_DIR}/etc/ssh"
}