Skip to content

Commit

Permalink
fixes for zeal.profile
Browse files Browse the repository at this point in the history
Preliminary fixes tested/confirmed on Arch regarding #3389 (in-progress).
  • Loading branch information
glitsj16 authored Apr 30, 2020
1 parent 74ed850 commit 8c69eab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions etc/profile-m-z/zeal.profile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Firejail profile for zeal
# Description: Offline documentation browser
# Description: Offline API documentation browser
# This file is overwritten after every install/update
# Persistent local customizations
include zeal.local
Expand All @@ -18,11 +18,12 @@ include disable-passwdmgr.inc
include disable-programs.inc
include disable-xdg.inc

mkdir ${HOME}/.config/Zeal
mkdir ${HOME}/.cache/Zeal
mkdir ${HOME}/.config/qt5ct
mkdir ${HOME}/.config/Zeal
mkdir ${HOME}/.local/share/Zeal
whitelist ${HOME}/.config/Zeal
whitelist ${HOME}/.cache/Zeal
whitelist ${HOME}/.config/Zeal
whitelist ${HOME}/.local/share/Zeal
include whitelist-common.inc
include whitelist-var-common.inc
Expand All @@ -40,7 +41,7 @@ nosound
notv
nou2f
novideo
protocol unix,inet,inet6
protocol unix,inet,inet6,netlink
seccomp
shell none
tracelog
Expand All @@ -55,4 +56,4 @@ private-tmp
dbus-user none
dbus-system none

memory-deny-write-execute
# memory-deny-write-execute - breaks on Arch

0 comments on commit 8c69eab

Please sign in to comment.