Skip to content

Commit

Permalink
ghostwriter: fix private-etc
Browse files Browse the repository at this point in the history
There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
  • Loading branch information
glitsj16 committed Feb 5, 2023
1 parent 2588d51 commit aea2109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/ghostwriter.profile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private-bin context,gettext,ghostwriter,latex,mktexfmt,pandoc,pdflatex,pdfroff,p
private-cache
private-dev
# passwd,login.defs,firejail are a temporary workaround for #2877 and can be removed once it is fixed
private-etc @tls-ca,@x11,dbus-1,firejail,gconf,groups,host.conf,mime.types,rpc,services,texlive,Trolltech.conf
private-etc @tls-ca,@x11,dbus-1,firejail,gconf,host.conf,mime.types,rpc,services,texlive,Trolltech.conf
private-tmp

dbus-user filter
Expand Down

0 comments on commit aea2109

Please sign in to comment.