blob: aef1625dea3f47ed0e37292f837850ef271d30d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
whitelist-ro ${HOME}/games/Emulators/PSPGAMES
# machine-id, obs, and alsa don't get along
#ignore machine-id
# # alsa audio will work with ipc-namespace,
# # but it hogs the alsa device from other applications
ignore ipc-namespace
net none
# # seccomp breaks integrated file manager on qt applications
# # due to syscall name_to_handle_at
seccomp !name_to_handle_at
# # private-dev no longer breaks controllers
# It relies on input and protocol netlink now
private-dev
|