ndisc6: disable setuid bits.
The setuid tools in ndisc6 (ndisc6, rdisc6, rltraceroute6) are not generally for use by ordinary users, so don't use caps instead.
This commit is contained in:
parent
3e79780ec8
commit
b4be450ea4
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'ndisc6'
|
||||
pkgname=ndisc6
|
||||
version=1.0.3
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
configure_args="--disable-suid-install"
|
||||
hostmakedepends="perl"
|
||||
depends="perl"
|
||||
short_desc="Useful tools for IPv6 networking"
|
||||
|
|
Loading…
Reference in a new issue