From: David van Moolenbroek Date: Sun, 20 Sep 2015 16:46:38 +0000 (+0000) Subject: Deprivilege some network commands X-Git-Url: http://zhaoyanbai.com/repos/zlib_tech.html?a=commitdiff_plain;h=32b187558bc90ac8c1b03d1fad6fad3019a3fe8f;p=minix.git 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 --- diff --git a/minix/commands/arp/Makefile b/minix/commands/arp/Makefile index 264009606..3dfaaac0a 100644 --- a/minix/commands/arp/Makefile +++ b/minix/commands/arp/Makefile @@ -1,5 +1,4 @@ PROG= arp -BINMODE= 4755 MAN= .include diff --git a/minix/commands/hostaddr/Makefile b/minix/commands/hostaddr/Makefile index 38065619a..3828d967c 100644 --- a/minix/commands/hostaddr/Makefile +++ b/minix/commands/hostaddr/Makefile @@ -1,5 +1,4 @@ PROG= hostaddr -BINMODE= 4755 MAN= .include diff --git a/minix/commands/ifconfig/Makefile b/minix/commands/ifconfig/Makefile index bad9533fc..3f6f2127f 100644 --- a/minix/commands/ifconfig/Makefile +++ b/minix/commands/ifconfig/Makefile @@ -1,5 +1,4 @@ PROG= ifconfig -BINMODE= 4755 MAN= .include diff --git a/minix/commands/pr_routes/Makefile b/minix/commands/pr_routes/Makefile index e5834fa8d..a79af1a39 100644 --- a/minix/commands/pr_routes/Makefile +++ b/minix/commands/pr_routes/Makefile @@ -1,5 +1,4 @@ PROG= pr_routes -BINMODE= 4755 MAN= .include