]> Zhao Yanbai Git Server - minix.git/commitdiff
Deprivilege some network commands 92/3192/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 20 Sep 2015 16:46:38 +0000 (16:46 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 23 Sep 2015 12:03:12 +0000 (12:03 +0000)
At the very least, these can be used to test for the existence of
files not normally accessible by unprivileged users.

Change-Id: I054cf6d033a1604bbbc871db37103a67067abe84

minix/commands/arp/Makefile
minix/commands/hostaddr/Makefile
minix/commands/ifconfig/Makefile
minix/commands/pr_routes/Makefile

index 2640096066f672ac89cd3dac41c2b3c4b933a24f..3dfaaac0ad5e66b6da81bd33cc1081728b0e7cc7 100644 (file)
@@ -1,5 +1,4 @@
 PROG=  arp
-BINMODE= 4755 
 MAN=
 
 .include <bsd.prog.mk>
index 38065619a1c5d4857784b6ee49966030c648dc27..3828d967cfe37e200a9ea28ccba6008ab1c5840f 100644 (file)
@@ -1,5 +1,4 @@
 PROG=  hostaddr
-BINMODE= 4755
 MAN=
 
 .include <bsd.prog.mk>
index bad9533fc77d0c1643f8deeaeee006168cec619a..3f6f2127ff581f6cd5aa01739f139c35af4acb48 100644 (file)
@@ -1,5 +1,4 @@
 PROG=  ifconfig
-BINMODE= 4755
 MAN=
 
 .include <bsd.prog.mk>
index e5834fa8d52e84f543b0100cd32cb86e1ef47ba7..a79af1a39953576cac31a1daccba8d2d6876c9a2 100644 (file)
@@ -1,5 +1,4 @@
 PROG=  pr_routes
-BINMODE= 4755
 MAN=
 
 .include <bsd.prog.mk>