summaryrefslogtreecommitdiffstats
path: root/etc/ping.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ping.profile')
-rw-r--r--etc/ping.profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/ping.profile b/etc/ping.profile
index 66574bab5..00ac45c5a 100644
--- a/etc/ping.profile
+++ b/etc/ping.profile
@@ -30,10 +30,8 @@ nosound
30notv 30notv
31nou2f 31nou2f
32novideo 32novideo
33
34# protocol command is built using seccomp; nonewprivs will kill it 33# protocol command is built using seccomp; nonewprivs will kill it
35#protocol unix,inet,inet6,netlink,packet 34#protocol unix,inet,inet6,netlink,packet
36
37# killed by no-new-privs 35# killed by no-new-privs
38#seccomp 36#seccomp
39 37
@@ -42,7 +40,7 @@ private
42#private-bin has mammoth problems with execvp: "No such file or directory" 40#private-bin has mammoth problems with execvp: "No such file or directory"
43private-dev 41private-dev
44# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem! 42# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem!
45#private-etc resolv.conf,hosts,ca-certificates,ssl,pki,crypto-policies 43#private-etc ca-certificates,crypto-policies,hosts,pki,resolv.conf,ssl
46private-tmp 44private-tmp
47 45
48# memory-deny-write-execute is built using seccomp; nonewprivs will kill it 46# memory-deny-write-execute is built using seccomp; nonewprivs will kill it