mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
ghostwriter: fix private-etc
There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
This commit is contained in:
parent
2588d512ed
commit
aea2109b86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue