From 4c935269605f9b53578b66b9d9c5596ccb886f0d Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 16 Jun 2019 13:04:28 +0200 Subject: many profile cleanup (4) containing: - files forgotten in 4beaf8f9 - workarounds for #903 - commented useless private-etc lines removed - remove commented seccomp.keep lines - much more --- etc/ping.profile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/ping.profile') 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 notv nou2f novideo - # protocol command is built using seccomp; nonewprivs will kill it #protocol unix,inet,inet6,netlink,packet - # killed by no-new-privs #seccomp @@ -42,7 +40,7 @@ private #private-bin has mammoth problems with execvp: "No such file or directory" private-dev # /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem! -#private-etc resolv.conf,hosts,ca-certificates,ssl,pki,crypto-policies +#private-etc ca-certificates,crypto-policies,hosts,pki,resolv.conf,ssl private-tmp # memory-deny-write-execute is built using seccomp; nonewprivs will kill it -- cgit v1.2.3-54-g00ecf