mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-24 06:02:28 -06:00
adopted wire profile to recent changes
This commit is contained in:
parent
5cf192650b
commit
9cccd6594c
2 changed files with 24 additions and 20 deletions
|
|
@ -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
23
etc/wire.profile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue