aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-03-22 11:58:29 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-03-22 11:58:29 -0400
commit0ea82b2e062abaa76717a361f39a61b908562e4a (patch)
tree986959068b065eaefd6145f9db811126ab7024eb /etc
parentfix seccomp compile problem on Debian wheezy 32bit (diff)
downloadfirejail-0ea82b2e062abaa76717a361f39a61b908562e4a.tar.gz
firejail-0ea82b2e062abaa76717a361f39a61b908562e4a.tar.zst
firejail-0ea82b2e062abaa76717a361f39a61b908562e4a.zip
fix ping hostname
Diffstat (limited to 'etc')
-rw-r--r--etc/ping.profile3
1 files changed, 2 insertions, 1 deletions
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
37private 37private
38#private-bin has mammoth problems with execvp: "No such file or directory" 38#private-bin has mammoth problems with execvp: "No such file or directory"
39private-dev 39private-dev
40private-etc resolv.conf 40# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem!
41#private-etc resolv.conf,hosts
41private-tmp 42private-tmp
42 43
43# memory-deny-write-execute is built using seccomp; nonewprivs will kill it 44# memory-deny-write-execute is built using seccomp; nonewprivs will kill it