aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ms-onenote.profile
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-09 06:10:43 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-17 00:43:54 -0500
commit7c533c9aa5aa9d36d51c512bb175059353eae113 (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/ms-onenote.profile
parentUpdate profile manpage to detail added "include" functionality. (diff)
downloadfirejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.gz
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.tar.zst
firejail-7c533c9aa5aa9d36d51c512bb175059353eae113.zip
Remove "/etc/firejail/" from all include paths, now that profile_read will search for the file.
Diffstat (limited to 'etc/ms-onenote.profile')
-rw-r--r--etc/ms-onenote.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ms-onenote.profile b/etc/ms-onenote.profile
index 520544ab4..1259d55c8 100644
--- a/etc/ms-onenote.profile
+++ b/etc/ms-onenote.profile
@@ -1,12 +1,12 @@
1# Firejail profile for Microsoft Office Online - Onenote 1# Firejail profile for Microsoft Office Online - Onenote
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-onenote.local 4include ms-onenote.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cache/ms-onenote-online 8noblacklist ${HOME}/.cache/ms-onenote-online
9private-bin ms-onenote 9private-bin ms-onenote
10 10
11# Redirect 11# Redirect
12include /etc/firejail/ms-office.profile 12include ms-office.profile