blob: 5aa23ea82585f89480472af7bad68ad9e6c01b47 (
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
|
# Firejail profile for freeciv-qt
# Description: A multi-player strategy game, with Qt GUI
# This file is overwritten after every install/update
# Persistent local customizations
include freeciv-qt.local
# Persistent global definitions
include globals.local
noblacklist ${PATH}/lua*
noblacklist /usr/include/lua*
noblacklist /usr/lib/liblua*
noblacklist /usr/lib/lua
noblacklist /usr/lib64/liblua*
noblacklist /usr/lib64/lua
noblacklist /usr/share/lua*
noblacklist ${HOME}/.freeciv
# # alsa audio will work with ipc-namespace,
# # but it hogs the alsa device from other applications
ignore ipc-namespace
private-bin freeciv-qt,freeciv-mp-qt,freeciv-server,freeciv-manual,freeciv-ruleedit
private-etc asound.conf,freeciv,group,localtime,machine-id,pulse,resolv.conf
# Breaks freeciv-qt
ignore memory-deny-write-execute
include freeciv.profile
|