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:
David van Moolenbroek 2015-09-20 16:46:38 +00:00
parent d0055759dd
commit 32b187558b
4 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
PROG= arp
BINMODE= 4755
MAN=
.include <bsd.prog.mk>

View File

@ -1,5 +1,4 @@
PROG= hostaddr
BINMODE= 4755
MAN=
.include <bsd.prog.mk>

View File

@ -1,5 +1,4 @@
PROG= ifconfig
BINMODE= 4755
MAN=
.include <bsd.prog.mk>

View File

@ -1,5 +1,4 @@
PROG= pr_routes
BINMODE= 4755
MAN=
.include <bsd.prog.mk>