aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 23:18:19 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 23:18:19 -0500
commit8a5ec7b1076034938712500ac4fe55b9f86ae966 (patch)
tree3bffb1d6e5d238be47354baf1f3eca48a13022f2 /etc
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-8a5ec7b1076034938712500ac4fe55b9f86ae966.tar.gz
firejail-8a5ec7b1076034938712500ac4fe55b9f86ae966.tar.zst
firejail-8a5ec7b1076034938712500ac4fe55b9f86ae966.zip
some profile updates
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/dig.profile1
-rw-r--r--etc/profile-a-l/host.profile1
-rw-r--r--etc/profile-m-z/nslookup.profile1
-rw-r--r--etc/profile-m-z/ping.profile2
4 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-a-l/dig.profile b/etc/profile-a-l/dig.profile
index 048b92800..90db2caa6 100644
--- a/etc/profile-a-l/dig.profile
+++ b/etc/profile-a-l/dig.profile
@@ -48,6 +48,7 @@ tracelog
48disable-mnt 48disable-mnt
49private-bin bash,dig,sh 49private-bin bash,dig,sh
50private-dev 50private-dev
51private-etc resolv.conf,login.defs,passwd
51# Add the next line to your dig.local on non Debian/Ubuntu OS (see issue #3038). 52# Add the next line to your dig.local on non Debian/Ubuntu OS (see issue #3038).
52#private-lib 53#private-lib
53private-tmp 54private-tmp
diff --git a/etc/profile-a-l/host.profile b/etc/profile-a-l/host.profile
index 09af8f0f5..b1689b67e 100644
--- a/etc/profile-a-l/host.profile
+++ b/etc/profile-a-l/host.profile
@@ -42,6 +42,7 @@ tracelog
42disable-mnt 42disable-mnt
43private 43private
44private-bin bash,host,sh 44private-bin bash,host,sh
45private-etc resolv.conf,login.defs,passwd
45private-dev 46private-dev
46private-tmp 47private-tmp
47 48
diff --git a/etc/profile-m-z/nslookup.profile b/etc/profile-m-z/nslookup.profile
index 37d9f593c..8eeccf870 100644
--- a/etc/profile-m-z/nslookup.profile
+++ b/etc/profile-m-z/nslookup.profile
@@ -45,6 +45,7 @@ tracelog
45 45
46disable-mnt 46disable-mnt
47private-bin bash,nslookup,sh 47private-bin bash,nslookup,sh
48private-etc resolv.conf,login.defs,passwd
48private-dev 49private-dev
49private-tmp 50private-tmp
50 51
diff --git a/etc/profile-m-z/ping.profile b/etc/profile-m-z/ping.profile
index 2a7967de7..1a6178bae 100644
--- a/etc/profile-m-z/ping.profile
+++ b/etc/profile-m-z/ping.profile
@@ -57,7 +57,7 @@ private
57private-cache 57private-cache
58private-dev 58private-dev
59# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem! 59# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem!
60#private-etc alternatives,ca-certificates,crypto-policies,hosts,pki,resolv.conf,ssl 60private-etc alternatives,ca-certificates,crypto-policies,hosts,pki,resolv.conf,ssl,passwd,login.defs
61private-lib 61private-lib
62private-tmp 62private-tmp
63 63