sys-process/htop: avoid suid with USE="-filecaps"

Closes: https://bugs.gentoo.org/961054
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-08-04 15:02:56 -04:00
parent 87d46189d7
commit f4adfe80c1
2 changed files with 4 additions and 2 deletions

View File

@@ -96,7 +96,8 @@ pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
fcaps cap_sys_ptrace usr/bin/${PN}
# Non-caps mode is blank to avoid suid with USE="-filecaps" (bug 961054)
fcaps -m '' cap_sys_ptrace usr/bin/htop
optfeature "Viewing processes accessing certain files" sys-process/lsof
}

View File

@@ -96,7 +96,8 @@ pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
fcaps cap_sys_ptrace usr/bin/${PN}
# Non-caps mode is blank to avoid suid with USE="-filecaps" (bug 961054)
fcaps -m '' cap_sys_ptrace usr/bin/htop
optfeature "Viewing processes accessing certain files" sys-process/lsof
}