summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorDirk2013-03-19 18:37:28 +0100
committerDirk2013-03-19 18:37:28 +0100
commit55551dba0187ae1e5d36215109ed8d247756e848 (patch)
tree4daf9bd5430255c7bcb739ff9006f167d2fcf966 /remote/modules
parentStuff to activate swap ... (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-55551dba0187ae1e5d36215109ed8d247756e848.tar.gz
tm-scripts-55551dba0187ae1e5d36215109ed8d247756e848.tar.xz
tm-scripts-55551dba0187ae1e5d36215109ed8d247756e848.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
...
Diffstat (limited to 'remote/modules')
-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/*"
}