Created
January 5, 2018 22:28
-
-
Save n1trux/d58ed6a7551b851176865ac3645c1868 to your computer and use it in GitHub Desktop.
firejail profile for the Discord Electron "desktop" client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Firejail profile for Discord | |
# put this in ~/.config/firejail/ | |
include /etc/firejail/Discord.local | |
# Persistent global definitions | |
include /etc/firejail/globals.local | |
include /etc/firejail/disable-common.inc | |
include /etc/firejail/disable-passwdmgr.inc | |
include /etc/firejail/disable-programs.inc | |
whitelist ${HOME}/.config/discord | |
whitelist /usr/share/discord | |
caps.drop all | |
netfilter | |
nodvd | |
nogroups | |
nonewprivs | |
noroot | |
notv | |
novideo | |
protocol unix,inet,inet6,netlink | |
seccomp | |
disable-mnt | |
private-dev | |
private-tmp | |
noexec /tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment