aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ms-excel.profile
diff options
context:
space:
mode:
authorLibravatar crass <development@efficientek.com>2018-10-17 01:02:22 -0500
committerLibravatar GitHub <noreply@github.com>2018-10-17 01:02:22 -0500
commit40927dfecc4a7a7f917222e866a7b56ff4249d1b (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/ms-excel.profile
parentMerge pull request #2158 from crass/profile_conditional (diff)
parentRemove "/etc/firejail/" from all include paths, now that profile_read will se... (diff)
downloadfirejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.tar.gz
firejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.tar.zst
firejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.zip
Merge pull request #2156 from crass/improve-include-handling
Improve include handling
Diffstat (limited to 'etc/ms-excel.profile')
-rw-r--r--etc/ms-excel.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ms-excel.profile b/etc/ms-excel.profile
index 4fb8c6fc1..e103baf19 100644
--- a/etc/ms-excel.profile
+++ b/etc/ms-excel.profile
@@ -1,12 +1,12 @@
1# Firejail profile for Microsoft Office Online - Excel 1# Firejail profile for Microsoft Office Online - Excel
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3# Persistent local customizations 3# Persistent local customizations
4include /etc/firejail/ms-excel.local 4include ms-excel.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cache/ms-excel-online 8noblacklist ${HOME}/.cache/ms-excel-online
9private-bin ms-excel 9private-bin ms-excel
10 10
11# Redirect 11# Redirect
12include /etc/firejail/ms-office.profile 12include ms-office.profile