Deprivilege some network commands
At the very least, these can be used to test for the existence of files not normally accessible by unprivileged users. Change-Id: I054cf6d033a1604bbbc871db37103a67067abe84
This commit is contained in:
parent
d0055759dd
commit
32b187558b
4 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
PROG= arp
|
PROG= arp
|
||||||
BINMODE= 4755
|
|
||||||
MAN=
|
MAN=
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
PROG= hostaddr
|
PROG= hostaddr
|
||||||
BINMODE= 4755
|
|
||||||
MAN=
|
MAN=
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
PROG= ifconfig
|
PROG= ifconfig
|
||||||
BINMODE= 4755
|
|
||||||
MAN=
|
MAN=
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
PROG= pr_routes
|
PROG= pr_routes
|
||||||
BINMODE= 4755
|
|
||||||
MAN=
|
MAN=
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in a new issue