From 0ea82b2e062abaa76717a361f39a61b908562e4a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 22 Mar 2018 11:58:29 -0400 Subject: fix ping hostname --- etc/ping.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/ping.profile b/etc/ping.profile index 38d5bd70a..f1c6d32d8 100644 --- a/etc/ping.profile +++ b/etc/ping.profile @@ -37,7 +37,8 @@ disable-mnt private #private-bin has mammoth problems with execvp: "No such file or directory" private-dev -private-etc resolv.conf +# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem! +#private-etc resolv.conf,hosts private-tmp # memory-deny-write-execute is built using seccomp; nonewprivs will kill it -- cgit v1.2.3-54-g00ecf