Fix shadow and gshadow file permissions

This commit is contained in:
2025-10-26 21:05:44 +02:00
parent bd404baa5b
commit 2159c53b53
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: filesystem name: filesystem
description: The Tide Linux filesystem description: The Tide Linux filesystem
version: 25.08.13 version: 25.10.26
revision: 1 revision: 1
architecture: any architecture: any
output_architecture: any output_architecture: any
+2 -2
View File
@@ -47,8 +47,8 @@ package() {
install -Dm644 "$BPM_WORKDIR"/hosts "$BPM_OUTPUT"/etc/hosts install -Dm644 "$BPM_WORKDIR"/hosts "$BPM_OUTPUT"/etc/hosts
install -Dm644 "$BPM_WORKDIR"/group "$BPM_OUTPUT"/etc/group install -Dm644 "$BPM_WORKDIR"/group "$BPM_OUTPUT"/etc/group
install -Dm644 "$BPM_WORKDIR"/passwd "$BPM_OUTPUT"/etc/passwd install -Dm644 "$BPM_WORKDIR"/passwd "$BPM_OUTPUT"/etc/passwd
install -Dm644 "$BPM_WORKDIR"/gshadow "$BPM_OUTPUT"/etc/gshadow install -Dm400 "$BPM_WORKDIR"/gshadow "$BPM_OUTPUT"/etc/gshadow
install -Dm644 "$BPM_WORKDIR"/shadow "$BPM_OUTPUT"/etc/shadow install -Dm400 "$BPM_WORKDIR"/shadow "$BPM_OUTPUT"/etc/shadow
install -Dm644 "$BPM_WORKDIR"/nsswitch.conf "$BPM_OUTPUT"/etc/nsswitch.conf 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"/os-release "$BPM_OUTPUT"/etc/os-release
install -Dm644 "$BPM_WORKDIR"/lsb-release "$BPM_OUTPUT"/etc/lsb-release install -Dm644 "$BPM_WORKDIR"/lsb-release "$BPM_OUTPUT"/etc/lsb-release