mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
25 lines
676 B
Text
25 lines
676 B
Text
# Firejail profile for weechat
|
|
# Description: Fast, light and extensible chat client
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/weechat.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.weechat
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
# no private-bin support for various reasons:
|
|
# Plugins loaded: alias, aspell, charset, exec, fifo, guile, irc,
|
|
# logger, lua, perl, python, relay, ruby, script, tcl, trigger, xferloading plugins
|