aboutsummaryrefslogtreecommitdiffstats
path: root/etc/eo-common.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-05-18 17:05:32 +0000
committerLibravatar GitHub <noreply@github.com>2019-05-18 17:05:32 +0000
commitd01b93bbbdb195c12ba3d0078a2a30a56880b89b (patch)
treeb29255f742af3dfcc5b3b74a74dafae15fd1446c /etc/eo-common.profile
parentUpdate eom.profile (diff)
downloadfirejail-d01b93bbbdb195c12ba3d0078a2a30a56880b89b.tar.gz
firejail-d01b93bbbdb195c12ba3d0078a2a30a56880b89b.tar.zst
firejail-d01b93bbbdb195c12ba3d0078a2a30a56880b89b.zip
Refactor eog and eom profiles with common redirect (#2708)
* Create eo-common.profile * Refactor eog.profile * Refactor eom.profile * Keep private-bin in eog.profile * Keep private-bin in eom.profile * Place private-bin back in eog/eom profiles
Diffstat (limited to 'etc/eo-common.profile')
-rw-r--r--etc/eo-common.profile47
1 files changed, 47 insertions, 0 deletions
diff --git a/etc/eo-common.profile b/etc/eo-common.profile
new file mode 100644
index 000000000..ad18e10c4
--- /dev/null
+++ b/etc/eo-common.profile
@@ -0,0 +1,47 @@
1# Firejail profile for eo-common
2# Description: Common profile for Eye of GNOME/MATE graphics viewer program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include eo-common.local
6# Persistent global definitions
7# already included by caller profile
8#include globals.local
9
10noblacklist ${HOME}/.local/share/Trash
11noblacklist ${HOME}/.Steam
12noblacklist ${HOME}/.steam
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20
21include whitelist-var-common.inc
22
23apparmor
24caps.drop all
25ipc-namespace
26machine-id
27no3d
28nodvd
29nogroups
30nonewprivs
31noroot
32nosound
33notv
34nou2f
35novideo
36protocol unix,netlink
37seccomp
38shell none
39tracelog
40
41private-cache
42private-dev
43private-etc alternatives,dconf,fonts,gtk-3.0
44private-lib eog,eom,gdk-pixbuf-2.*,gio,girepository-1.*,gvfs,libgconf-2.so.*
45private-tmp
46
47#memory-deny-write-execute - breaks on Arch