summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorMichael Neves2013-03-19 17:22:23 +0100
committerMichael Neves2013-03-19 17:22:23 +0100
commitbda4794f7069ad589c1240b1cd2e961e1f88fa23 (patch)
tree90db4442cce8ebe83d4e2286c7927daee962c122 /remote
parentmerge (diff)
parentfix permission for /etc/ssh/* (diff)
downloadtm-scripts-bda4794f7069ad589c1240b1cd2e961e1f88fa23.tar.gz
tm-scripts-bda4794f7069ad589c1240b1cd2e961e1f88fa23.tar.xz
tm-scripts-bda4794f7069ad589c1240b1cd2e961e1f88fa23.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/sshd/sshd.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/modules/sshd/sshd.build b/remote/modules/sshd/sshd.build
index aa4241e6..0b198c6c 100644
--- a/remote/modules/sshd/sshd.build
+++ b/remote/modules/sshd/sshd.build
@@ -13,6 +13,8 @@ build() {
fi
}
-post_copy() {
+post_copy() {
mkdir -p "${TARGET_BUILD_DIR}/var/run/sshd"
+
+ chmod go-rwx "${TARGET_BUILD_DIR}/etc/ssh/*"
}