aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gjs.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/gjs.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/gjs.profile')
-rw-r--r--etc/gjs.profile27
1 files changed, 13 insertions, 14 deletions
diff --git a/etc/gjs.profile b/etc/gjs.profile
index f1def3f16..443dccfea 100644
--- a/etc/gjs.profile
+++ b/etc/gjs.profile
@@ -1,35 +1,34 @@
1# Persistent global definitions go here 1# Firejail profile for gjs
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/gjs.local 4include /etc/firejail/gjs.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# gjs (gnome javascript bindings) profile 8noblacklist ~/.cache/libgweather
9 9noblacklist ~/.cache/org.gnome.Books
10# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them
11
12noblacklist ~/.config/libreoffice 10noblacklist ~/.config/libreoffice
13noblacklist ~/.local/share/gnome-photos 11noblacklist ~/.local/share/gnome-photos
14noblacklist ~/.cache/org.gnome.Books
15noblacklist ~/.cache/libgweather
16 12
17include /etc/firejail/disable-common.inc 13include /etc/firejail/disable-common.inc
18include /etc/firejail/disable-programs.inc
19include /etc/firejail/disable-devel.inc 14include /etc/firejail/disable-devel.inc
20include /etc/firejail/disable-passwdmgr.inc 15include /etc/firejail/disable-passwdmgr.inc
16include /etc/firejail/disable-programs.inc
21 17
22caps.drop all 18caps.drop all
19netfilter
23nogroups 20nogroups
24nonewprivs 21nonewprivs
25noroot 22noroot
26protocol unix,inet,inet6 23protocol unix,inet,inet6
27seccomp 24seccomp
28netfilter
29shell none 25shell none
30tracelog 26tracelog
31 27
32# private-bin gjs,gnome-books,gnome-documents,gnome-photos,gnome-maps,gnome-weather 28# private-bin gjs,gnome-books,gnome-documents,gnome-photos,gnome-maps,gnome-weather
33private-tmp
34private-dev 29private-dev
35# private-etc fonts 30# private-etc fonts
31private-tmp
32
33# CLOBBERED COMMENTS
34# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them