mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
33 lines
518 B
Text
33 lines
518 B
Text
# Firejail profile for strings
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include strings.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
include disable-exec.inc
|
|
|
|
ignore noroot
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin strings
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives
|
|
private-lib libfakeroot
|
|
|
|
memory-deny-write-execute
|
|
|
|
include default.profile
|