From 2159c53b53b3fe1687aa072f416f962a71d40073 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 26 Oct 2025 21:05:44 +0200 Subject: [PATCH] Fix shadow and gshadow file permissions --- pkg.info | 2 +- source.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 3b7e5c0..b1ca70b 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: filesystem description: The Tide Linux filesystem -version: 25.08.13 +version: 25.10.26 revision: 1 architecture: any output_architecture: any diff --git a/source.sh b/source.sh index c49fb9c..92cfdcd 100644 --- a/source.sh +++ b/source.sh @@ -47,8 +47,8 @@ package() { install -Dm644 "$BPM_WORKDIR"/hosts "$BPM_OUTPUT"/etc/hosts install -Dm644 "$BPM_WORKDIR"/group "$BPM_OUTPUT"/etc/group install -Dm644 "$BPM_WORKDIR"/passwd "$BPM_OUTPUT"/etc/passwd - install -Dm644 "$BPM_WORKDIR"/gshadow "$BPM_OUTPUT"/etc/gshadow - install -Dm644 "$BPM_WORKDIR"/shadow "$BPM_OUTPUT"/etc/shadow + install -Dm400 "$BPM_WORKDIR"/gshadow "$BPM_OUTPUT"/etc/gshadow + install -Dm400 "$BPM_WORKDIR"/shadow "$BPM_OUTPUT"/etc/shadow install -Dm644 "$BPM_WORKDIR"/nsswitch.conf "$BPM_OUTPUT"/etc/nsswitch.conf install -Dm644 "$BPM_WORKDIR"/os-release "$BPM_OUTPUT"/etc/os-release install -Dm644 "$BPM_WORKDIR"/lsb-release "$BPM_OUTPUT"/etc/lsb-release