mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 14:15:46 -06:00
Per recommendation of @netblue30, allow use of the netlink protocol in order for skypeforlinux to properly function in a firejail environment, per discussion in Github issue #656.
12 lines
343 B
Text
12 lines
343 B
Text
# skypeforlinux profile
|
|
noblacklist ${HOME}/.config/skypeforlinux
|
|
include /etc/firejail/disable-mgmt.inc
|
|
include /etc/firejail/disable-secret.inc
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-terminals.inc
|
|
caps.drop all
|
|
netfilter
|
|
noroot
|
|
seccomp
|
|
protocol unix,inet,inet6,netlink
|