Fix shadow and gshadow file permissions
This commit is contained in:
@@ -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