From 51e67fd4599766fe3342e7c3f252ea6f6f9c3dd4 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Tue, 20 Apr 2021 09:14:31 +0200 Subject: 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. --- etc/profile-a-l/etr.profile | 2 +- etc/profile-a-l/file-roller.profile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/profile-a-l') 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 private-bin etr private-cache private-dev -# private-etc alternatives,drirc,machine-id,openal +# private-etc alternatives,drirc,machine-id,openal,passwd private-tmp dbus-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 apparmor caps.drop all -#ipc-namespace - causing issues launching on archlinux machine-id # net none - breaks on older Ubuntu versions +netfilter no3d nodvd nogroups @@ -38,7 +38,7 @@ seccomp.block-secondary shell none tracelog -private-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 +private-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 private-cache private-dev private-etc dconf,fonts,gtk-3.0,xdg -- cgit v1.2.3-54-g00ecf