aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-21 11:33:08 -0500
committerLibravatar GitHub <noreply@github.com>2023-01-21 11:33:08 -0500
commit8377c54b1d803e2d4a282751652d824376fb371d (patch)
treeb07890330bbf1a81cc8a71887f74847a6b4add9b
parentsmall test fixes (diff)
parentwireshark: fix private-etc comment (diff)
downloadfirejail-8377c54b1d803e2d4a282751652d824376fb371d.tar.gz
firejail-8377c54b1d803e2d4a282751652d824376fb371d.tar.zst
firejail-8377c54b1d803e2d4a282751652d824376fb371d.zip
Merge pull request #5609 from glitsj16/resolv-fixes
private-etc rework fixes
-rw-r--r--etc/profile-a-l/amarok.profile2
-rw-r--r--etc/profile-a-l/arm.profile2
-rw-r--r--etc/profile-a-l/gmpc.profile2
-rw-r--r--etc/profile-a-l/gnome-clocks.profile2
-rw-r--r--etc/profile-m-z/mpDris2.profile2
-rw-r--r--etc/profile-m-z/netactview.profile2
-rw-r--r--etc/profile-m-z/pavucontrol.profile2
-rw-r--r--etc/profile-m-z/qnapi.profile2
-rw-r--r--etc/profile-m-z/sqlitebrowser.profile2
-rw-r--r--etc/profile-m-z/transgui.profile2
-rw-r--r--etc/profile-m-z/wireshark.profile2
11 files changed, 11 insertions, 11 deletions
diff --git a/etc/profile-a-l/amarok.profile b/etc/profile-a-l/amarok.profile
index 3171d738e..389aae602 100644
--- a/etc/profile-a-l/amarok.profile
+++ b/etc/profile-a-l/amarok.profile
@@ -30,7 +30,7 @@ protocol unix,inet,inet6
30 30
31# private-bin amarok 31# private-bin amarok
32private-dev 32private-dev
33# private-etc alternatives,asound.conf,ca-certificates,crypto-policies,machine-id,pki,pulse,ssl 33# private-etc alternatives,asound.conf,ca-certificates,crypto-policies,machine-id,pki,pulse,resolv.conf,ssl
34private-tmp 34private-tmp
35 35
36dbus-user filter 36dbus-user filter
diff --git a/etc/profile-a-l/arm.profile b/etc/profile-a-l/arm.profile
index db388eee1..ed0629c9b 100644
--- a/etc/profile-a-l/arm.profile
+++ b/etc/profile-a-l/arm.profile
@@ -42,7 +42,7 @@ tracelog
42disable-mnt 42disable-mnt
43private-bin arm,bash,ldconfig,lsof,ps,python*,sh,tor 43private-bin arm,bash,ldconfig,lsof,ps,python*,sh,tor
44private-dev 44private-dev
45private-etc alternatives,ca-certificates,crypto-policies,ld.so.cache,ld.so.preload,passwd,pki,ssl,tor 45private-etc alternatives,ca-certificates,crypto-policies,ld.so.cache,ld.so.preload,passwd,pki,resolv.conf,ssl,tor
46private-tmp 46private-tmp
47 47
48restrict-namespaces 48restrict-namespaces
diff --git a/etc/profile-a-l/gmpc.profile b/etc/profile-a-l/gmpc.profile
index d4e4caebe..b337dc4d5 100644
--- a/etc/profile-a-l/gmpc.profile
+++ b/etc/profile-a-l/gmpc.profile
@@ -43,7 +43,7 @@ tracelog
43disable-mnt 43disable-mnt
44#private-bin gmpc 44#private-bin gmpc
45private-cache 45private-cache
46private-etc alternatives,fonts,ld.so.cache,ld.so.preload 46private-etc alternatives,fonts,ld.so.cache,ld.so.preload,resolv.conf
47private-tmp 47private-tmp
48writable-run-user 48writable-run-user
49 49
diff --git a/etc/profile-a-l/gnome-clocks.profile b/etc/profile-a-l/gnome-clocks.profile
index 8af9870bf..5563afcbd 100644
--- a/etc/profile-a-l/gnome-clocks.profile
+++ b/etc/profile-a-l/gnome-clocks.profile
@@ -41,7 +41,7 @@ disable-mnt
41private-bin gnome-clocks,gsound-play 41private-bin gnome-clocks,gsound-play
42private-cache 42private-cache
43private-dev 43private-dev
44private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gtk-3.0,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,pkcs11,pki,ssl 44private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gtk-3.0,hosts,ld.so.cache,ld.so.preload,localtime,machine-id,pkcs11,pki,resolv.conf,ssl
45private-tmp 45private-tmp
46 46
47restrict-namespaces 47restrict-namespaces
diff --git a/etc/profile-m-z/mpDris2.profile b/etc/profile-m-z/mpDris2.profile
index 1d875c3c4..94b342865 100644
--- a/etc/profile-m-z/mpDris2.profile
+++ b/etc/profile-m-z/mpDris2.profile
@@ -48,7 +48,7 @@ seccomp
48private-bin mpDris2,notify-send,python* 48private-bin mpDris2,notify-send,python*
49private-cache 49private-cache
50private-dev 50private-dev
51private-etc alternatives,hosts,ld.so.cache,ld.so.preload,nsswitch.conf 51private-etc alternatives,hosts,ld.so.cache,ld.so.preload,nsswitch.conf,resolv.conf
52private-lib libdbus-1.so.*,libdbus-glib-1.so.*,libgirepository-1.0.so.*,libnotify.so.*,libpython*,python2*,python3* 52private-lib libdbus-1.so.*,libdbus-glib-1.so.*,libgirepository-1.0.so.*,libnotify.so.*,libpython*,python2*,python3*
53private-tmp 53private-tmp
54 54
diff --git a/etc/profile-m-z/netactview.profile b/etc/profile-m-z/netactview.profile
index 4d5265397..1ede42405 100644
--- a/etc/profile-m-z/netactview.profile
+++ b/etc/profile-m-z/netactview.profile
@@ -44,7 +44,7 @@ disable-mnt
44private-bin netactview,netactview_polkit 44private-bin netactview,netactview_polkit
45private-cache 45private-cache
46private-dev 46private-dev
47private-etc alternatives,fonts,ld.so.cache,ld.so.preload 47private-etc alternatives,fonts,ld.so.cache,ld.so.preload,resolv.conf
48private-lib 48private-lib
49private-tmp 49private-tmp
50 50
diff --git a/etc/profile-m-z/pavucontrol.profile b/etc/profile-m-z/pavucontrol.profile
index 88cfd3352..1780f982c 100644
--- a/etc/profile-m-z/pavucontrol.profile
+++ b/etc/profile-m-z/pavucontrol.profile
@@ -44,7 +44,7 @@ disable-mnt
44private-bin pavucontrol 44private-bin pavucontrol
45private-cache 45private-cache
46private-dev 46private-dev
47private-etc alternatives,asound.conf,avahi,fonts,ld.so.cache,ld.so.preload,machine-id,pulse 47private-etc alternatives,asound.conf,avahi,fonts,ld.so.cache,ld.so.preload,machine-id,pulse,resolv.conf
48private-lib 48private-lib
49private-tmp 49private-tmp
50 50
diff --git a/etc/profile-m-z/qnapi.profile b/etc/profile-m-z/qnapi.profile
index 037cc96ec..cafdb98e9 100644
--- a/etc/profile-m-z/qnapi.profile
+++ b/etc/profile-m-z/qnapi.profile
@@ -46,7 +46,7 @@ tracelog
46private-bin 7z,qnapi 46private-bin 7z,qnapi
47private-cache 47private-cache
48private-dev 48private-dev
49private-etc alternatives,fonts,ld.so.cache,ld.so.preload 49private-etc alternatives,fonts,ld.so.cache,ld.so.preload,resolv.conf
50private-opt none 50private-opt none
51private-tmp 51private-tmp
52 52
diff --git a/etc/profile-m-z/sqlitebrowser.profile b/etc/profile-m-z/sqlitebrowser.profile
index b6eee5293..00df625c0 100644
--- a/etc/profile-m-z/sqlitebrowser.profile
+++ b/etc/profile-m-z/sqlitebrowser.profile
@@ -41,7 +41,7 @@ seccomp.block-secondary
41private-bin sqlitebrowser 41private-bin sqlitebrowser
42private-cache 42private-cache
43private-dev 43private-dev
44private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.preload,machine-id,passwd,pki,ssl 44private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.preload,machine-id,passwd,pki,resolv.conf,ssl
45private-tmp 45private-tmp
46 46
47# breaks proxy creation 47# breaks proxy creation
diff --git a/etc/profile-m-z/transgui.profile b/etc/profile-m-z/transgui.profile
index 9937b7c11..6069be500 100644
--- a/etc/profile-m-z/transgui.profile
+++ b/etc/profile-m-z/transgui.profile
@@ -44,7 +44,7 @@ tracelog
44private-bin geoiplookup,geoiplookup6,transgui 44private-bin geoiplookup,geoiplookup6,transgui
45private-cache 45private-cache
46private-dev 46private-dev
47private-etc alternatives,fonts,ld.so.cache,ld.so.preload 47private-etc alternatives,fonts,ld.so.cache,ld.so.preload,resolv.conf
48private-lib libgdk_pixbuf-2.0.so.*,libGeoIP.so*,libgthread-2.0.so.*,libgtk-x11-2.0.so.*,libX11.so.* 48private-lib libgdk_pixbuf-2.0.so.*,libGeoIP.so*,libgthread-2.0.so.*,libgtk-x11-2.0.so.*,libX11.so.*
49private-tmp 49private-tmp
50 50
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
index 5823a2ad7..d1b757a25 100644
--- a/etc/profile-m-z/wireshark.profile
+++ b/etc/profile-m-z/wireshark.profile
@@ -47,7 +47,7 @@ private-cache
47# private-dev prevents (some) interfaces from being shown. 47# private-dev prevents (some) interfaces from being shown.
48# Add the below line to your wirehsark.local if you only want to inspect pcap files. 48# Add the below line to your wirehsark.local if you only want to inspect pcap files.
49#private-dev 49#private-dev
50# private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,ssl 50# private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,resolv.conf,ssl
51private-tmp 51private-tmp
52 52
53dbus-user none 53dbus-user none