forked from netblue30/firejail
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a common profile to deduplicate entries and make qemu-related profiles redirect to it. Relates to netblue30#6255.
- Loading branch information
Showing
4 changed files
with
37 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters