aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-20 09:14:31 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-20 09:17:47 +0200
commit51e67fd4599766fe3342e7c3f252ea6f6f9c3dd4 (patch)
tree0fb67fa902c320e12f21e74eb322bb9530a6f63f /etc
parentUpdate Librewolf profile and Add Sway profile (#4164) (diff)
downloadfirejail-51e67fd4599766fe3342e7c3f252ea6f6f9c3dd4.tar.gz
firejail-51e67fd4599766fe3342e7c3f252ea6f6f9c3dd4.tar.zst
firejail-51e67fd4599766fe3342e7c3f252ea6f6f9c3dd4.zip
profile fixes
README.md/RELNOTES: - Add new profiles etr.profile: - adding passwd to private-etc makes it work for me file-roller.profile - add netfilter - add zstd to private-bin - add cp,mv,rm to private-bin which seems to be necessary in some cases. #4113 is likely fixed with this but wait for OP.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/etr.profile2
-rw-r--r--etc/profile-a-l/file-roller.profile4
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/profile-a-l/etr.profile b/etc/profile-a-l/etr.profile
index 1c34335d2..f55d23778 100644
--- a/etc/profile-a-l/etr.profile
+++ b/etc/profile-a-l/etr.profile
@@ -44,7 +44,7 @@ disable-mnt
44private-bin etr 44private-bin etr
45private-cache 45private-cache
46private-dev 46private-dev
47# private-etc alternatives,drirc,machine-id,openal 47# private-etc alternatives,drirc,machine-id,openal,passwd
48private-tmp 48private-tmp
49 49
50dbus-user none 50dbus-user none
diff --git a/etc/profile-a-l/file-roller.profile b/etc/profile-a-l/file-roller.profile
index 2a1eb2001..e61c3d1ff 100644
--- a/etc/profile-a-l/file-roller.profile
+++ b/etc/profile-a-l/file-roller.profile
@@ -20,9 +20,9 @@ include whitelist-var-common.inc
20 20
21apparmor 21apparmor
22caps.drop all 22caps.drop all
23#ipc-namespace - causing issues launching on archlinux
24machine-id 23machine-id
25# net none - breaks on older Ubuntu versions 24# net none - breaks on older Ubuntu versions
25netfilter
26no3d 26no3d
27nodvd 27nodvd
28nogroups 28nogroups
@@ -38,7 +38,7 @@ seccomp.block-secondary
38shell none 38shell none
39tracelog 39tracelog
40 40
41private-bin 7z,7za,7zr,ar,arj,bash,brotli,bzip2,compress,cpio,dpkg-deb,file-roller,gtar,gzip,isoinfo,lha,lrzip,lsar,lz4,lzip,lzma,lzop,p7zip,rar,rzip,sh,tar,unace,unalz,unar,uncompress,unrar,unsquashfs,unstuff,unzip,xz,zip,zoo 41private-bin 7z,7za,7zr,ar,arj,bash,brotli,bzip2,compress,cp,cpio,dpkg-deb,file-roller,gtar,gzip,isoinfo,lha,lrzip,lsar,lz4,lzip,lzma,lzop,mv,p7zip,rar,rm,rzip,sh,tar,unace,unalz,unar,uncompress,unrar,unsquashfs,unstuff,unzip,xz,zip,zoo,zstd
42private-cache 42private-cache
43private-dev 43private-dev
44private-etc dconf,fonts,gtk-3.0,xdg 44private-etc dconf,fonts,gtk-3.0,xdg