aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/playonlinux.profile
blob: 9c23841e2e45460fdb77deb9c5d1fb0560a5441a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Firejail profile for playonlinux
# Description: Front-end for Wine
# This file is overwritten after every install/update
# Persistent local customizations
include playonlinux.local
# Persistent global definitions
# added by included profile
#include globals.local

nodeny  ${HOME}/.PlayOnLinux

# nc is needed to run playonlinux
nodeny  ${PATH}/nc

# 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

# Redirect
include wine.profile