mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Playonlinux may uses perl internally: https://github.com/PlayOnLinux/POL-POM-4/search?utf8=%E2%9C%93&q=perl&type=
29 lines
677 B
Text
29 lines
677 B
Text
# Firejail profile for playonlinux
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/playonlinux.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.Steam
|
|
noblacklist ${HOME}/.local/share/Steam
|
|
noblacklist ${HOME}/.local/share/steam
|
|
noblacklist ${HOME}/.steam
|
|
noblacklist ${HOME}/.PlayOnLinux
|
|
|
|
# nc is needed to run playonlinux
|
|
noblacklist ${PATH}/nc
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
# playonlinux uses perl
|
|
# include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
seccomp
|