aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-font-viewer.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-07-04 10:51:43 -0400
committerLibravatar Tad <tad@spotco.us>2017-07-04 11:35:29 -0400
commit5354f20012b488c50cd556e315b78ad351ae0f9d (patch)
tree89c737f738f8525da446786083473c249b8a9f79 /etc/gnome-font-viewer.profile
parentper-profile disable-mnt (diff)
downloadfirejail-5354f20012b488c50cd556e315b78ad351ae0f9d.tar.gz
firejail-5354f20012b488c50cd556e315b78ad351ae0f9d.tar.zst
firejail-5354f20012b488c50cd556e315b78ad351ae0f9d.zip
Harden 50 profiles
Hardened many profiles using disable-mnt and novideo Fixed gnome-font-viewer
Diffstat (limited to 'etc/gnome-font-viewer.profile')
-rw-r--r--etc/gnome-font-viewer.profile29
1 files changed, 15 insertions, 14 deletions
diff --git a/etc/gnome-font-viewer.profile b/etc/gnome-font-viewer.profile
index 3ea1b6b33..605dafc62 100644
--- a/etc/gnome-font-viewer.profile
+++ b/etc/gnome-font-viewer.profile
@@ -5,25 +5,26 @@ include /etc/firejail/globals.local
5# Persistent customizations should go in a .local file. 5# Persistent customizations should go in a .local file.
6include /etc/firejail/gnome-font-viewer.local 6include /etc/firejail/gnome-font-viewer.local
7 7
8private 8#Blacklist Paths
9#include /etc/firejail/disable-common.inc 9include /etc/firejail/disable-common.inc
10#include /etc/firejail/disable-programs.inc 10include /etc/firejail/disable-programs.inc
11#include /etc/firejail/disable-passwdmgr.inc 11include /etc/firejail/disable-passwdmgr.inc
12include /etc/firejail/disable-devel.inc
12 13
14#Options
13caps.drop all 15caps.drop all
14netfilter 16netfilter
17no3d
15nonewprivs 18nonewprivs
16noroot 19noroot
20nosound
21novideo
17protocol unix,inet,inet6 22protocol unix,inet,inet6
18seccomp 23seccomp
19 24
20# 25private-dev
21# depending on your usage, you can enable some of the commands below: 26private-tmp
22# 27disable-mnt
23nogroups 28
24shell none 29noexec ${HOME}
25# private-bin program 30noexec /tmp
26# private-etc none
27# private-dev
28# private-tmp
29nosound