mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fix apostrophe
This commit is contained in:
parent
3fdbdd2d85
commit
1a47e5b9a5
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ include disable-shell.inc
|
|||
include disable-xdg.inc
|
||||
|
||||
whitelist /usr/share/apostrophe
|
||||
whitelist /usr/share/pandoc-*
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
|
@ -45,7 +46,7 @@ shell none
|
|||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin apostrophe,python3*
|
||||
private-bin apostrophe,pandoc,python3*
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alternatives,dconf,fonts,gtk-3.0,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,pango,X11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue