aboutsummaryrefslogtreecommitdiffstats
path: root/etc/xviewer.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-03-30 12:33:14 +0200
committerLibravatar GitHub <noreply@github.com>2018-03-30 12:33:14 +0200
commit2b2d3dc13c4ee9cea999846e0238ef30c2318b83 (patch)
tree80b8c3da7eb6a531a348c6327b57e4cdb7076e33 /etc/xviewer.profile
parentFurther improve private-bin in steam (diff)
parentMerge branch 'master' into nodbus (diff)
downloadfirejail-2b2d3dc13c4ee9cea999846e0238ef30c2318b83.tar.gz
firejail-2b2d3dc13c4ee9cea999846e0238ef30c2318b83.tar.zst
firejail-2b2d3dc13c4ee9cea999846e0238ef30c2318b83.zip
Merge pull request #1843 from smitsohu/nodbus
recalibrate dbus access, deploy nodbus option
Diffstat (limited to 'etc/xviewer.profile')
-rw-r--r--etc/xviewer.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/xviewer.profile b/etc/xviewer.profile
index 7c4ede111..26f9f0238 100644
--- a/etc/xviewer.profile
+++ b/etc/xviewer.profile
@@ -5,8 +5,6 @@ include /etc/firejail/xviewer.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8# blacklist /run/user/*/bus - makes settings immutable
9
10noblacklist ${HOME}/.Steam 8noblacklist ${HOME}/.Steam
11noblacklist ${HOME}/.config/xviewer 9noblacklist ${HOME}/.config/xviewer
12noblacklist ${HOME}/.local/share/Trash 10noblacklist ${HOME}/.local/share/Trash
@@ -19,9 +17,11 @@ include /etc/firejail/disable-programs.inc
19 17
20include /etc/firejail/whitelist-var-common.inc 18include /etc/firejail/whitelist-var-common.inc
21 19
20# apparmor - makes settings immutable
22caps.drop all 21caps.drop all
23# net none - makes settings immutable 22# net none - makes settings immutable
24no3d 23no3d
24# nodbus - makes settings immutable
25nodvd 25nodvd
26nogroups 26nogroups
27nonewprivs 27nonewprivs