mirror of
https://github.com/netblue30/firejail.git
synced 2026-07-23 17:57:35 -06:00
see #1822 and #1825. also systematically replaces 'blacklist /run/user/*/bus' with 'nodbus'. with contributions from @Fred-Barclay
28 lines
449 B
Text
28 lines
449 B
Text
# Firejail profile for strings
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include /etc/firejail/strings.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
ignore noroot
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nosound
|
|
notv
|
|
novideo
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin strings
|
|
private-dev
|
|
private-lib
|
|
|
|
memory-deny-write-execute
|
|
|
|
include /etc/firejail/default.profile
|