From 9cccd6594cdee4e7230b1e18af4ae9db54fd8432 Mon Sep 17 00:00:00 2001 From: valoq Date: Sun, 6 Nov 2016 19:50:29 +0100 Subject: adopted wire profile to recent changes --- etc/wire.profile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etc/wire.profile (limited to 'etc/wire.profile') diff --git a/etc/wire.profile b/etc/wire.profile new file mode 100644 index 000000000..d3fd46b68 --- /dev/null +++ b/etc/wire.profile @@ -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" -- cgit v1.2.3-70-g09d2 From 569c938cadbb7d9970794515f8b000f1d522fc03 Mon Sep 17 00:00:00 2001 From: valoq Date: Sun, 6 Nov 2016 20:52:17 +0100 Subject: minor fix --- etc/wire.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/wire.profile') diff --git a/etc/wire.profile b/etc/wire.profile index d3fd46b68..c84b4cc28 100644 --- a/etc/wire.profile +++ b/etc/wire.profile @@ -1,6 +1,7 @@ # wire messenger profile noblacklist ~/.config/Wire +noblacklist ~/.config/wire include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc -- cgit v1.2.3-70-g09d2