aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ghostwriter.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-08-26 13:44:26 +0000
committerLibravatar GitHub <noreply@github.com>2019-08-26 13:44:26 +0000
commit580e49badab98972913301da6155d9e9d04d4465 (patch)
treeb9760c8958d102ccb81efa6bb8a52f2189cf51a7 /etc/ghostwriter.profile
parentFix order of private-cache in mpsyt.profile (diff)
downloadfirejail-580e49badab98972913301da6155d9e9d04d4465.tar.gz
firejail-580e49badab98972913301da6155d9e9d04d4465.tar.zst
firejail-580e49badab98972913301da6155d9e9d04d4465.zip
Fix private-bin order in ghostwriter.profile
Diffstat (limited to 'etc/ghostwriter.profile')
-rw-r--r--etc/ghostwriter.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ghostwriter.profile b/etc/ghostwriter.profile
index ed9e23b3b..2479ec16d 100644
--- a/etc/ghostwriter.profile
+++ b/etc/ghostwriter.profile
@@ -35,7 +35,7 @@ protocol unix,inet,inet6,netlink
35shell none 35shell none
36#tracelog -- breaks 36#tracelog -- breaks
37 37
38private-bin ghostwriter,pandoc,gettext 38private-bin gettext,ghostwriter,pandoc
39private-cache 39private-cache
40private-dev 40private-dev
41# passwd,login.defs,firejail are a temporary workaround for #2877 and can be removed once it is fixed 41# passwd,login.defs,firejail are a temporary workaround for #2877 and can be removed once it is fixed