aboutsummaryrefslogtreecommitdiffstats
path: root/etc/Xephyr.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 14:24:51 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 14:29:40 -0400
commit39dc3c893b5d895ed9db9071dd47b3de7b28f2fd (patch)
treeb76dbe39efe41bded67e3fe95d030b277d4a0236 /etc/Xephyr.profile
parentFix comments in 88 profiles (diff)
downloadfirejail-39dc3c893b5d895ed9db9071dd47b3de7b28f2fd.tar.gz
firejail-39dc3c893b5d895ed9db9071dd47b3de7b28f2fd.tar.zst
firejail-39dc3c893b5d895ed9db9071dd47b3de7b28f2fd.zip
Unify last 8 profiles
Diffstat (limited to 'etc/Xephyr.profile')
-rw-r--r--etc/Xephyr.profile32
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/Xephyr.profile b/etc/Xephyr.profile
index 22c0202ee..db3b3858c 100644
--- a/etc/Xephyr.profile
+++ b/etc/Xephyr.profile
@@ -1,9 +1,9 @@
1# Persistent global definitions go here 1# Firejail profile for Xephyr
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/Xephyr.local 4include /etc/firejail/Xephyr.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# 8#
9# This profile will sandbox Xephyr server itself when used with firejail --x11=xephyr. 9# This profile will sandbox Xephyr server itself when used with firejail --x11=xephyr.
@@ -15,26 +15,26 @@ include /etc/firejail/Xephyr.local
15# 15#
16 16
17 17
18# using a private home directory 18blacklist /media
19private
20 19
20whitelist /var/lib/xkb
21include /etc/firejail/whitelist-common.inc
21 22
22caps.drop all 23caps.drop all
23# Xephyr needs to be allowed access to the abstract Unix socket namespace. 24# Xephyr needs to be allowed access to the abstract Unix socket namespace.
24nogroups 25nogroups
25nonewprivs 26nonewprivs
26# In noroot mode, Xephyr cannot create a socket in the real /tmp/.X11-unix. 27# In noroot mode, Xephyr cannot create a socket in the real /tmp/.X11-unix.
27#noroot 28# noroot
28nosound 29nosound
29shell none
30seccomp
31protocol unix 30protocol unix
31seccomp
32shell none
32 33
34# using a private home directory
35private
36# private-bin Xephyr,sh,xkbcomp
37# private-bin Xephyr,sh,xkbcomp,strace,bash,cat,ls
33private-dev 38private-dev
39# private-etc ld.so.conf,ld.so.cache,resolv.conf,host.conf,nsswitch.conf,gai.conf,hosts,hostname
34private-tmp 40private-tmp
35#private-bin Xephyr,sh,xkbcomp,strace,bash,cat,ls
36#private-bin Xephyr,sh,xkbcomp
37#private-etc ld.so.conf,ld.so.cache,resolv.conf,host.conf,nsswitch.conf,gai.conf,hosts,hostname
38
39blacklist /media
40whitelist /var/lib/xkb