mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
29 lines
486 B
Text
29 lines
486 B
Text
# Firejail profile for qemu-launcher
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include qemu-launcher.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.qemu-launcher
|
|
|
|
include disable-common.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-cache
|
|
private-tmp
|
|
|
|
noexec /tmp
|