From 96d66fa624396a60714c69557e3229b60efcedc8 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 23 Mar 2024 06:10:41 +0000 Subject: New profile: tqemu.profile (#6255) Description: QEMU frontend without libvirt. https://github.com/thanoulis/tqemu --- etc/profile-m-z/tqemu.profile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 etc/profile-m-z/tqemu.profile (limited to 'etc/profile-m-z') 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 @@ +# Firejail profile for tqemu +# Description: QEMU frontend without libvirt +# This file is overwritten after every install/update +# Persistent local customizations +include tqemu.local +# Persistent global definitions +include globals.local + +include disable-common.inc +include disable-programs.inc + +# For host-only network sys_admin is needed. +# See https://github.com/netblue30/firejail/issues/2868#issuecomment-518647630 +caps.keep net_raw,sys_nice +#caps.keep net_raw,sys_admin +netfilter +nodvd +notv +tracelog + +private-cache +private-tmp + +noexec /tmp +# breaks app +#restrict-namespaces -- cgit v1.2.3-54-g00ecf