summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssh.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssh.morph b/openssh.morph
index 9aff9344..ac9d99b5 100644
--- a/openssh.morph
+++ b/openssh.morph
@@ -13,6 +13,7 @@
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",
"mkdir -p \"$DESTDIR/$PREFIX/sbin\"",
+ "chmod go= \"$DESTDIR\"/var/lib/sshd",
"install -m 744 sshd-keygen \"$DESTDIR/$PREFIX/sbin/sshd-keygen\"",
"mkdir -p \"$DESTDIR/lib/systemd/system/multi-user.target.wants\"",
"install -m 644 opensshd.service \"$DESTDIR/lib/systemd/system/opensshd.service\"",