summaryrefslogtreecommitdiffstats
path: root/core/modules/mgmt-sshd
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-13 13:01:59 +0100
committerSimon Rettberg2017-11-13 13:01:59 +0100
commitcfa099e7a9b1991b4903908997f4a6b5dbec8ec8 (patch)
treebe4318df9ee81add2e1b81e4cd3fba541381de76 /core/modules/mgmt-sshd
parent[lightdm-greeter-bwlp] Update config for bwlp style (diff)
downloadmltk-cfa099e7a9b1991b4903908997f4a6b5dbec8ec8.tar.gz
mltk-cfa099e7a9b1991b4903908997f4a6b5dbec8ec8.tar.xz
mltk-cfa099e7a9b1991b4903908997f4a6b5dbec8ec8.zip
[ssh*] Fix chmod expression
Diffstat (limited to 'core/modules/mgmt-sshd')
-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"
}