adopted wire profile to recent changes

This commit is contained in:
valoq 2016-11-06 19:50:29 +01:00
parent 5cf192650b
commit 9cccd6594c
No known key found for this signature in database
GPG key ID: 19F09A0FB865CBD8
2 changed files with 24 additions and 20 deletions

View file

@ -1,22 +1,3 @@
# wire messenger profile
noblacklist ~/.config/Wire
include /etc/firejail/disable-common.inc
include /etc/firejail/disable-programs.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-passwdmgr.inc
caps.drop all
netfilter
nonewprivs
nogroups
noroot
protocol unix,inet,inet6,netlink
seccomp
shell none
private-tmp
private-dev
# please note: the wire binary is currently identified with a capital W. This might change in future versions
include /etc/firejail/wire.profile

23
etc/wire.profile Normal file
View file

@ -0,0 +1,23 @@
# wire messenger profile
noblacklist ~/.config/Wire
include /etc/firejail/disable-common.inc
include /etc/firejail/disable-programs.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-passwdmgr.inc
caps.drop all
netfilter
nonewprivs
nogroups
noroot
protocol unix,inet,inet6,netlink
seccomp
shell none
private-tmp
private-dev
# Note: the current beta version of wire is located in /opt/Wire/wire and therefore not in PATH.
# To use wire with firejail run "firejail /opt/Wire/wire"