aboutsummaryrefslogtreecommitdiffstats
path: root/etc/eom.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/eom.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/eom.profile')
-rw-r--r--etc/eom.profile34
1 files changed, 2 insertions, 32 deletions
diff --git a/etc/eom.profile b/etc/eom.profile
index 25c760743..437326d38 100644
--- a/etc/eom.profile
+++ b/etc/eom.profile
@@ -6,42 +6,12 @@ include eom.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.Steam
10noblacklist ${HOME}/.config/mate/eom 9noblacklist ${HOME}/.config/mate/eom
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
23caps.drop all
24no3d
25nodvd
26nogroups
27nonewprivs
28noroot
29nosound
30notv
31nou2f
32novideo
33protocol unix,netlink
34seccomp
35shell none
36tracelog
37 10
38# 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'
39# comment those if you need that functionality 12# comment those if you need that functionality
40# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eom.local 13# or put 'ignore private-bin', 'ignore private-etc' and 'ignore private-lib' in your eom.local
41private-bin eom 14private-bin eom
42private-dev
43private-etc alternatives,fonts,gtk-3.0,dconf
44private-lib
45private-tmp
46 15
47#memory-deny-write-execute - breaks on Arch 16# Redirect
17include eo-common.profile