summaryrefslogtreecommitdiffstats
path: root/etc/eog.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/eog.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/eog.profile')
-rw-r--r--etc/eog.profile38
1 files changed, 2 insertions, 36 deletions
diff --git a/etc/eog.profile b/etc/eog.profile
index 953dc612c..8e3aa42fe 100644
--- a/etc/eog.profile
+++ b/etc/eog.profile
@@ -6,46 +6,12 @@ include eog.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.Steam
10noblacklist ${HOME}/.config/eog 9noblacklist ${HOME}/.config/eog
11noblacklist ${HOME}/.local/share/Trash
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 10
41# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager' 11# private-bin, private-etc and private-lib break 'Open With' / 'Open in file manager'
42# comment those if you need that functionality 12# comment those if you need that functionality
43# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eog.local 13# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eog.local
44private-bin eog 14private-bin eog
45private-cache
46private-dev
47private-etc alternatives,fonts,gtk-3.0,dconf
48private-lib eog,gdk-pixbuf-2.*,gio,girepository-1.*,gvfs,libgconf-2.so.*
49private-tmp
50 15
51# memory-deny-write-execute 16# Redirect
17include eo-common.profile