sys-apps/shadow: install suid binaries as 4755

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-10-01 22:43:54 -04:00
parent 197e3931b7
commit 1b0a6796c6

View File

@@ -122,7 +122,7 @@ set_login_opt() {
}
src_install() {
emake DESTDIR="${D}" suidperms=4711 install
emake DESTDIR="${D}" suidperms=4755 install
# 4.9 regression: https://github.com/shadow-maint/shadow/issues/389
emake DESTDIR="${D}" -C man install