blob: 6a17869d100560943f86202154cb77b938433a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
noblacklist ${PATH}/lua*
noblacklist /usr/lib/lua
noblacklist /usr/include/lua*
noblacklist /usr/share/lua
noblacklist ${PATH}/python2*
noblacklist /usr/include/python2*
noblacklist /usr/lib/python2*
noblacklist /usr/local/lib/python2*
noblacklist /usr/share/python2*
ignore noblacklist ${HOME}/.cache/wesnoth
ignore mkdir ${HOME}/.cache/wesnoth
ignore whitelist ${HOME}/.cache/wesnoth
include disable-exec.inc
include disable-xdg.inc
# # alsa audio will work with ipc-namespace,
# # but it hogs the alsa device from other applications
ignore ipc-namespace
machine-id
ignore net
netfilter
ignore no3d
nogroups
novideo
protocol unix,inet,inet6
shell none
tracelog
disable-mnt
private-bin wesnoth
private-cache
private-etc asound.conf,fonts,group,localtime,machine-id,pulse,resolv.conf
ignore memory-deny-write-execute
dbus-user none
dbus-system none
|