aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/profile-m-z/tqemu.profile26
-rw-r--r--src/firecfg/firecfg.config1
2 files changed, 27 insertions, 0 deletions
diff --git a/etc/profile-m-z/tqemu.profile b/etc/profile-m-z/tqemu.profile
new file mode 100644
index 000000000..cf83202f7
--- /dev/null
+++ b/etc/profile-m-z/tqemu.profile
@@ -0,0 +1,26 @@
1# Firejail profile for tqemu
2# Description: QEMU frontend without libvirt
3# This file is overwritten after every install/update
4# Persistent local customizations
5include tqemu.local
6# Persistent global definitions
7include globals.local
8
9include disable-common.inc
10include disable-programs.inc
11
12# For host-only network sys_admin is needed.
13# See https://github.com/netblue30/firejail/issues/2868#issuecomment-518647630
14caps.keep net_raw,sys_nice
15#caps.keep net_raw,sys_admin
16netfilter
17nodvd
18notv
19tracelog
20
21private-cache
22private-tmp
23
24noexec /tmp
25# breaks app
26#restrict-namespaces
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index e113b28ac..6ec5b8662 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -898,6 +898,7 @@ torbrowser
898torbrowser-launcher 898torbrowser-launcher
899torcs 899torcs
900totem 900totem
901tqemu
901tracker 902tracker
902transgui 903transgui
903transmission-cli 904transmission-cli