atop: disable setuid.
It still has most functionality, and for process accounting you can start it as root or via sudo.
This commit is contained in:
parent
a5c2612ec8
commit
11f9a43bdc
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'atop'
|
# Template file for 'atop'
|
||||||
pkgname=atop
|
pkgname=atop
|
||||||
version=2.1
|
version=2.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="ncurses-devel zlib-devel"
|
makedepends="ncurses-devel zlib-devel"
|
||||||
short_desc="A system and process level monitor"
|
short_desc="A system and process level monitor"
|
||||||
|
@ -13,6 +13,7 @@ checksum=39a2d4febc338dd4147904b1496d1aa9513da0d22ad0602b66023452bdc7989f
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i '/chown/d' Makefile
|
sed -i '/chown/d' Makefile
|
||||||
|
sed -i 's/04711/0755/' Makefile
|
||||||
sed -i 's,sbin,bin,g' Makefile
|
sed -i 's,sbin,bin,g' Makefile
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue