Skip to content

Commit

Permalink
profiles: dpkg fix (#6019)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 authored Sep 26, 2023
1 parent 91533c4 commit 20d43a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion etc/profile-a-l/file-roller.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ include file-roller.local
# Persistent global definitions
include globals.local

noblacklist ${PATH}/dpkg*

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
Expand Down Expand Up @@ -40,7 +42,7 @@ seccomp
seccomp.block-secondary
tracelog

private-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
private-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
private-cache
private-dev
private-etc @x11
Expand Down
4 changes: 3 additions & 1 deletion etc/profile-a-l/freemind.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ include globals.local
noblacklist ${DOCUMENTS}
noblacklist ${HOME}/.freemind

noblacklist ${PATH}/dpkg*

# Allow java (blacklisted by disable-devel.inc)
include allow-java.inc

Expand Down Expand Up @@ -40,7 +42,7 @@ seccomp
tracelog

disable-mnt
private-bin bash,cp,dirname,dpkg,echo,freemind,grep,java,lsb_release,mkdir,readlink,rpm,sed,sh,uname,which
private-bin bash,cp,dirname,dpkg*,echo,freemind,grep,java,lsb_release,mkdir,readlink,rpm,sed,sh,uname,which
private-cache
private-dev
#private-etc alternatives,fonts,java*
Expand Down

0 comments on commit 20d43a6

Please sign in to comment.