From cfa099e7a9b1991b4903908997f4a6b5dbec8ec8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 13 Nov 2017 13:01:59 +0100 Subject: [ssh*] Fix chmod expression --- core/modules/sshd/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/sshd') diff --git a/core/modules/sshd/module.build b/core/modules/sshd/module.build index 2bcac7ae..fed20806 100644 --- a/core/modules/sshd/module.build +++ b/core/modules/sshd/module.build @@ -17,5 +17,5 @@ build() { post_copy() { mkdir -p "${TARGET_BUILD_DIR}/var/lib/empty" # suse - chmod go-rwX "${TARGET_BUILD_DIR}/etc/ssh" + chmod -R go-rwx "${TARGET_BUILD_DIR}/etc/ssh" } -- cgit v1.2.3-55-g7522