blob: 3f292bdcd16f7cd5c777225f0f92cd160fe4c90f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
ignore noblacklist ${DOCUMENTS}
include disable-write-mnt.inc
whitelist ${HOME}/.dosbox
whitelist ${HOME}/games/Emulators/DOSGAMES
include whitelist-common.inc
ignore netfilter
# # nogroups breaks alsa audio when using fluidsynth for midi
ignore nogroups
net none
protocol unix
# # Breaks OMF
ignore private-bin
# # Breaks using controllers
ignore noinput
|