aboutsummaryrefslogtreecommitdiffstats
path: root/etc/xpra.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/xpra.profile')
-rw-r--r--etc/xpra.profile13
1 files changed, 4 insertions, 9 deletions
diff --git a/etc/xpra.profile b/etc/xpra.profile
index d967c1da2..dc8d7a665 100644
--- a/etc/xpra.profile
+++ b/etc/xpra.profile
@@ -8,21 +8,15 @@ include globals.local
8 8
9# 9#
10# This profile will sandbox Xpra server itself when used with firejail --x11=xpra. 10# This profile will sandbox Xpra server itself when used with firejail --x11=xpra.
11# To enable it, create a firejail-xpra symlink in /usr/local/bin: 11# To enable it, create a firejail-xpra symlink in /usr/local/bin:
12# 12#
13# $ sudo ln -s /usr/bin/firejail /usr/local/bin/xpra 13# $ sudo ln -s /usr/bin/firejail /usr/local/bin/xpra
14# 14#
15# or run "sudo firecfg" 15# or run "sudo firecfg"
16 16
17blacklist /media
18
19# Allow python (blacklisted by disable-interpreters.inc) 17# Allow python (blacklisted by disable-interpreters.inc)
20noblacklist ${PATH}/python2* 18include allow-python2.inc
21noblacklist ${PATH}/python3* 19include allow-python3.inc
22noblacklist /usr/lib/python2*
23noblacklist /usr/lib/python3*
24noblacklist /usr/local/lib/python2*
25noblacklist /usr/local/lib/python3*
26 20
27include disable-common.inc 21include disable-common.inc
28include disable-devel.inc 22include disable-devel.inc
@@ -49,6 +43,7 @@ protocol unix
49seccomp 43seccomp
50shell none 44shell none
51 45
46disable-mnt
52# private home directory doesn't work on some distros, so we go for a regular home 47# private home directory doesn't work on some distros, so we go for a regular home
53# private 48# private
54# older Xpra versions also use Xvfb 49# older Xpra versions also use Xvfb