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
+2 -2
View File
@@ -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