aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-03-23 06:10:41 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-23 06:10:41 +0000
commit96d66fa624396a60714c69557e3229b60efcedc8 (patch)
tree0a7ae1523f8e989337fef700b8aaced7eaa61a68
parentk3b.profile: fix dvd drive detection (private-dev) (#6280) (diff)
downloadfirejail-96d66fa624396a60714c69557e3229b60efcedc8.tar.gz
firejail-96d66fa624396a60714c69557e3229b60efcedc8.tar.zst
firejail-96d66fa624396a60714c69557e3229b60efcedc8.zip
New profile: tqemu.profile (#6255)
Description: QEMU frontend without libvirt. https://github.com/thanoulis/tqemu
-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