Skip to content

Commit

Permalink
New profile: tqemu.profile (#6255)
Browse files Browse the repository at this point in the history
Description: QEMU frontend without libvirt.

https://github.com/thanoulis/tqemu
  • Loading branch information
glitsj16 authored Mar 23, 2024
1 parent 37724d6 commit 96d66fa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions etc/profile-m-z/tqemu.profile
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ torbrowser
torbrowser-launcher
torcs
totem
tqemu
tracker
transgui
transmission-cli
Expand Down

0 comments on commit 96d66fa

Please sign in to comment.