firejail/etc/profile-m-z/playonlinux.profile
glitsj16 fb4705b4dd
streamline 'Allow xxx' comments (#3922)
* 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
2021-01-27 23:35:12 +00:00

23 lines
580 B
Text

# 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
noblacklist ${HOME}/.PlayOnLinux
# nc is needed to run playonlinux
noblacklist ${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