From 7047e1a68955adc789d028ededdf0790a45d01f5 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 25 Mar 2024 06:42:07 +0000 Subject: New profile: qemu-common.profile (#6287) Add a common profile to deduplicate entries and make qemu-related profiles redirect to it. Relates to #6255. --- etc/profile-m-z/qemu-common.profile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 etc/profile-m-z/qemu-common.profile (limited to 'etc/profile-m-z/qemu-common.profile') diff --git a/etc/profile-m-z/qemu-common.profile b/etc/profile-m-z/qemu-common.profile new file mode 100644 index 000000000..bf8c2b977 --- /dev/null +++ b/etc/profile-m-z/qemu-common.profile @@ -0,0 +1,28 @@ +# Firejail profile for QEMU +# Description: Machine & userspace emulator and virtualizer +# This file is overwritten after every install/update +# Persistent local customizations +include qemu-common.local +# Persistent global definitions +# added by caller profile +#include globals.local + +include disable-common.inc +include disable-programs.inc + +caps.drop all +netfilter +nodvd +nogroups +nonewprivs +noroot +notv +protocol unix,inet,inet6 +seccomp +tracelog + +private-cache +private-tmp + +noexec /tmp +restrict-namespaces -- cgit v1.2.3-54-g00ecf