summaryrefslogtreecommitdiffstats
path: root/core/modules/mgmt-sshd/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/mgmt-sshd/module.build')
-rw-r--r--core/modules/mgmt-sshd/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/mgmt-sshd/module.build b/core/modules/mgmt-sshd/module.build
index 37b7a4f7..4efccbe9 100644
--- a/core/modules/mgmt-sshd/module.build
+++ b/core/modules/mgmt-sshd/module.build
@@ -8,5 +8,5 @@ build() {
}
post_copy() {
- chmod -R go-rwX "${TARGET_BUILD_DIR}/etc/ssh"
+ chmod -R go-rwx "${TARGET_BUILD_DIR}/etc/ssh"
}