From 832effe3b66cf8e02edf378d9dc6f71652b72db3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 12 Aug 2019 23:41:18 +0000 Subject: [PATCH] baselayout: Fix directory permissions. --- core/baselayout/build | 3 ++- core/baselayout/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/baselayout/build b/core/baselayout/build index 41c57bc5..270deecc 100755 --- a/core/baselayout/build +++ b/core/baselayout/build @@ -35,7 +35,8 @@ done install -dm 1777 "$1/var/tmp" install -dm 1777 "$1/var/spool/mail" -install -dm 1777 "$1/var/cache/kiss" +install -dm 0777 "$1/var/cache/kiss" +install -dm 0777 "$1/var/db/kiss" ln -s spool/mail "$1/var/mail" ln -s ../run "$1/var/run" diff --git a/core/baselayout/version b/core/baselayout/version index 707c2f26..9c67935b 100644 --- a/core/baselayout/version +++ b/core/baselayout/version @@ -1 +1 @@ -1 3 +1 4