mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Really fixup openmw profile
This commit is contained in:
parent
2207987b03
commit
230b0e280d
2 changed files with 4 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ mkdir ${HOME}/.config/openmw
|
|||
mkdir ${HOME}/.local/share/openmw
|
||||
whitelist ${HOME}/.config/openmw
|
||||
# Copy Morrowind data files into the following directory or load it from /mnt
|
||||
# or whitelist it in a openmw.local
|
||||
whitelist ${HOME}/.local/share/openmw
|
||||
whitelist /usr/share/openmw
|
||||
include whitelist-common.inc
|
||||
|
|
@ -49,10 +50,10 @@ seccomp.block-secondary
|
|||
shell none
|
||||
tracelog
|
||||
|
||||
private-bin bsatool,esmtool,niftest,openmw*
|
||||
private-bin bsatool,esmtool,niftest,openmw,openmw-cs,openmw-essimporter,openmw-iniimporter,openmw-launcher,openmw-wizard
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alsa,alternatives,asound.conf,bumblebee,drirc,fonts,glvnd,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nvidia,openmw,pango,pulse,Trolltech.conf,X11,xdg
|
||||
private-etc alsa,alternatives,asound.conf,bumblebee,drirc,fonts,glvnd,group,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nvidia,openmw,pango,passwd,pulse,Trolltech.conf,X11,xdg
|
||||
private-opt none
|
||||
private-tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue