mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
40 lines
985 B
Text
40 lines
985 B
Text
# Firejail profile for wire-desktop
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include wire-desktop.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/Wire
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
mkdir ${HOME}/.config/Wire
|
|
whitelist ${HOME}/.config/Wire
|
|
whitelist ${DOWNLOADS}
|
|
include whitelist-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
|
|
# Note: The current version of Wire is located in /opt/wire-desktop/wire-desktop, and therefore
|
|
# it is not in PATH. To use Wire with firejail, run "firejail /opt/wire-desktop/wire-desktop"
|
|
|
|
disable-mnt
|
|
private-bin bash,electron,env,sh,wire-desktop
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,fonts,machine-id,pki,resolv.conf,ssl
|
|
private-tmp
|