Fix shadow and gshadow file permissions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user