From 391236f0256a0645f595f7da4d30df88df436c24 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 20 Jun 2019 21:44:32 +0300 Subject: [PATCH] baselayout: little nitpick. --- core/baselayout/build | 1 + 1 file changed, 1 insertion(+) diff --git a/core/baselayout/build b/core/baselayout/build index af74bd1e..3e4dfb80 100755 --- a/core/baselayout/build +++ b/core/baselayout/build @@ -52,6 +52,7 @@ for f in fstab host.conf hosts issue os-release \ passwd profile securetty shells; do install -m 644 "$f" "$1/etc" done + for f in crypttab shadow; do install -m 600 "$f" "$1/etc" done