mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* add comment: allow python * add comment: allow python * reorder allow comments * fix perl allow comment * add comment: allow python * add comment: allow lua, perl & python * reorder allow comments * add comment: allow python * add comment: allow python * add comment: allow lua, perl & python * fix allow comments * add comment: allow python * add comment: allow python * fix spacing in comments * add comment: allow python * add comment: allow python * fix comment * add comment: allow perl & python * add comment: allow lua & python * add comment: allow lua, perl & python * fix allow comments * add comment: allow perl & python * streamline allow python comments
55 lines
1.2 KiB
Text
55 lines
1.2 KiB
Text
# Firejail profile for hexchat
|
|
# Description: IRC client for X based on X-Chat 2
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include hexchat.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/hexchat
|
|
|
|
# Allow perl (blacklisted by disable-interpreters.inc)
|
|
include allow-perl.inc
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.config/hexchat
|
|
whitelist ${HOME}/.config/hexchat
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
#machine-id -- breaks sound
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
# debug note: private-bin requires perl, python, etc on some systems
|
|
private-bin hexchat,python*
|
|
private-dev
|
|
#private-lib - python problems
|
|
private-tmp
|
|
|
|
# memory-deny-write-execute - breaks python
|