aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar bitfreak25 <bitfreak25@gmx.de>2018-01-01 18:32:02 +0100
committerLibravatar GitHub <noreply@github.com>2018-01-01 18:32:02 +0100
commit840082cfcbc6ca7008a77b970441b65b980a601c (patch)
tree713191559b432d67f7efc76b791ea68882ff4cb4
parentFixup fix for #1702 (diff)
downloadfirejail-840082cfcbc6ca7008a77b970441b65b980a601c.tar.gz
firejail-840082cfcbc6ca7008a77b970441b65b980a601c.tar.zst
firejail-840082cfcbc6ca7008a77b970441b65b980a601c.zip
Add profile for "playonlinux"
This profile have been successfully tested by starting a windows application through it. "wine.profile" has been used as template for this. Only "noblacklist ${PATH}/nc" has been added because playonlinux needs it to run. Please note that this is currently not tested due to security aspects, so it may need a rework later on. Because opening a unknown windows application through it could possibly be a security risk.
-rw-r--r--etc/playonlinux.profile28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/playonlinux.profile b/etc/playonlinux.profile
new file mode 100644
index 000000000..676b6a5c6
--- /dev/null
+++ b/etc/playonlinux.profile
@@ -0,0 +1,28 @@
1# Firejail profile for playonlinux
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/playonlinux.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8noblacklist ${HOME}/.Steam
9noblacklist ${HOME}/.local/share/Steam
10noblacklist ${HOME}/.local/share/steam
11noblacklist ${HOME}/.steam
12noblacklist ${HOME}/.PlayOnLinux
13
14# nc is needed to run playonlinux
15noblacklist ${PATH}/nc
16
17include /etc/firejail/disable-common.inc
18include /etc/firejail/disable-devel.inc
19include /etc/firejail/disable-programs.inc
20
21caps.drop all
22netfilter
23nodvd
24nogroups
25nonewprivs
26noroot
27notv
28seccomp