mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/shadow: install suid binaries as 4755
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user