aboutsummaryrefslogtreecommitdiffstats
path: root/etc/yelp.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-25 10:34:05 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-25 10:34:05 +0200
commita1243a0d27981cc8997a75dbde4f54cb959749d4 (patch)
tree2262bb339e32bf489e183f742c72e7296f3359ef /etc/yelp.profile
parentAdd ktouch.profile (diff)
downloadfirejail-a1243a0d27981cc8997a75dbde4f54cb959749d4.tar.gz
firejail-a1243a0d27981cc8997a75dbde4f54cb959749d4.tar.zst
firejail-a1243a0d27981cc8997a75dbde4f54cb959749d4.zip
Add yelp.profile
Diffstat (limited to 'etc/yelp.profile')
-rw-r--r--etc/yelp.profile51
1 files changed, 51 insertions, 0 deletions
diff --git a/etc/yelp.profile b/etc/yelp.profile
new file mode 100644
index 000000000..66f094e1d
--- /dev/null
+++ b/etc/yelp.profile
@@ -0,0 +1,51 @@
1# Firejail profile for yelp
2# Description: Help browser for the GNOME desktop
3# This file is overwritten after every install/update
4# Persistent local customizations
5include yelp.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/yelp
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-xdg.inc
18
19mkdir ${HOME}/.config/yelp
20whitelist ${HOME}/.config/yelp
21include whitelist-common.inc
22include whitelist-var-common.inc
23
24apparmor
25caps.drop all
26net none
27nodvd
28nogroups
29nonewprivs
30noroot
31notv
32nou2f
33novideo
34protocol unix
35seccomp
36shell none
37tracelog
38
39disable-mnt
40private-bin yelp
41private-cache
42private-dev
43private-etc alsa,alternatives,asound.conf,crypto-policies,cups,dconf,drirc,fonts,gcrypt,gtk-3.0,machine-id,openal,os-release,pulse,sgml,xml
44private-tmp
45
46# read-only ${HOME} breaks some not necesarry featrues, comment it if
47# you need them or put 'ignore read-only ${HOME}' into your yelp.local.
48# broken features:
49# 1. yelp --editor-mode
50# 2. saving the window geometry
51read-only ${HOME}