aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-09-26 04:18:28 +0000
committerLibravatar GitHub <noreply@github.com>2023-09-26 04:18:28 +0000
commit20d43a6772739b276c2523d9e8b9911258dba05e (patch)
tree8b5ab99f58b7c6abee39eb1b00f224bccc970742 /etc
parentbuild(deps): bump github/codeql-action from 2.21.7 to 2.21.8 (diff)
downloadfirejail-20d43a6772739b276c2523d9e8b9911258dba05e.tar.gz
firejail-20d43a6772739b276c2523d9e8b9911258dba05e.tar.zst
firejail-20d43a6772739b276c2523d9e8b9911258dba05e.zip
profiles: dpkg fix (#6019)
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/file-roller.profile4
-rw-r--r--etc/profile-a-l/freemind.profile4
2 files changed, 6 insertions, 2 deletions
diff --git a/etc/profile-a-l/file-roller.profile b/etc/profile-a-l/file-roller.profile
index b32f7595c..cc1a290ef 100644
--- a/etc/profile-a-l/file-roller.profile
+++ b/etc/profile-a-l/file-roller.profile
@@ -6,6 +6,8 @@ include file-roller.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${PATH}/dpkg*
10
9include disable-common.inc 11include disable-common.inc
10include disable-devel.inc 12include disable-devel.inc
11include disable-exec.inc 13include disable-exec.inc
@@ -40,7 +42,7 @@ seccomp
40seccomp.block-secondary 42seccomp.block-secondary
41tracelog 43tracelog
42 44
43private-bin 7z,7za,7zr,ar,arj,atool,bash,brotli,bsdtar,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,unzstd,xz,xzdec,zip,zoo,zstd 45private-bin 7z,7za,7zr,ar,arj,atool,bash,brotli,bsdtar,bzip2,compress,cp,cpio,dpkg*,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,unzstd,xz,xzdec,zip,zoo,zstd
44private-cache 46private-cache
45private-dev 47private-dev
46private-etc @x11 48private-etc @x11
diff --git a/etc/profile-a-l/freemind.profile b/etc/profile-a-l/freemind.profile
index 9bf5a14be..80958d305 100644
--- a/etc/profile-a-l/freemind.profile
+++ b/etc/profile-a-l/freemind.profile
@@ -9,6 +9,8 @@ include globals.local
9noblacklist ${DOCUMENTS} 9noblacklist ${DOCUMENTS}
10noblacklist ${HOME}/.freemind 10noblacklist ${HOME}/.freemind
11 11
12noblacklist ${PATH}/dpkg*
13
12# Allow java (blacklisted by disable-devel.inc) 14# Allow java (blacklisted by disable-devel.inc)
13include allow-java.inc 15include allow-java.inc
14 16
@@ -40,7 +42,7 @@ seccomp
40tracelog 42tracelog
41 43
42disable-mnt 44disable-mnt
43private-bin bash,cp,dirname,dpkg,echo,freemind,grep,java,lsb_release,mkdir,readlink,rpm,sed,sh,uname,which 45private-bin bash,cp,dirname,dpkg*,echo,freemind,grep,java,lsb_release,mkdir,readlink,rpm,sed,sh,uname,which
44private-cache 46private-cache
45private-dev 47private-dev
46#private-etc alternatives,fonts,java* 48#private-etc alternatives,fonts,java*