mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-process/htop: use relative path for fcap
Closes: https://bugs.gentoo.org/956638 Signed-off-by: Sungjoon Moon <sumoon@seoulsaram.org> Part-of: https://github.com/gentoo/gentoo/pull/42260 Closes: https://github.com/gentoo/gentoo/pull/42260 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -96,7 +96,7 @@ pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
|
||||
fcaps cap_sys_ptrace /usr/bin/${PN}
|
||||
fcaps cap_sys_ptrace usr/bin/${PN}
|
||||
|
||||
optfeature "Viewing processes accessing certain files" sys-process/lsof
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
|
||||
fcaps cap_sys_ptrace /usr/bin/${PN}
|
||||
fcaps cap_sys_ptrace usr/bin/${PN}
|
||||
|
||||
optfeature "Viewing processes accessing certain files" sys-process/lsof
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user