aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/nextcloud-desktop.profile
diff options
context:
space:
mode:
authorLibravatar Nicola Davide Mannarelli <1094368+nidamanx@users.noreply.github.com>2021-02-20 08:23:38 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-20 08:23:38 +0100
commited3eda9636d7dce5aab9f0124ab6db59da368dd3 (patch)
treeca21a37d3a7a89eeddd73c65471139a44ac50051 /etc/profile-m-z/nextcloud-desktop.profile
parentDeleted three noblacklist and one dbus-user.own (diff)
downloadfirejail-ed3eda9636d7dce5aab9f0124ab6db59da368dd3.tar.gz
firejail-ed3eda9636d7dce5aab9f0124ab6db59da368dd3.tar.zst
firejail-ed3eda9636d7dce5aab9f0124ab6db59da368dd3.zip
Fully working profile
This seems the only way to have a fully working profile Are there some security issues?
Diffstat (limited to 'etc/profile-m-z/nextcloud-desktop.profile')
-rw-r--r--etc/profile-m-z/nextcloud-desktop.profile15
1 files changed, 12 insertions, 3 deletions
diff --git a/etc/profile-m-z/nextcloud-desktop.profile b/etc/profile-m-z/nextcloud-desktop.profile
index 1dd5229b2..4c01c0f1a 100644
--- a/etc/profile-m-z/nextcloud-desktop.profile
+++ b/etc/profile-m-z/nextcloud-desktop.profile
@@ -6,8 +6,14 @@ include nextcloud-desktop.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Uncomment or put in your nextcloud-desktop.local to allow sync with Document directory. 9noblacklist ${HOME}/Nextcloud
10noblacklist ${HOME}/.config/Nextcloud
11noblacklist ${HOME}/.local/share/Nextcloud
12# Uncomment or put in your nextcloud-desktop.local to allow sync with more directories.
10#noblacklist ${DOCUMENTS} 13#noblacklist ${DOCUMENTS}
14#noblacklist ${MUSIC}
15#noblacklist ${PICTURES}
16#noblacklist ${VIDEOS}
11 17
12include disable-common.inc 18include disable-common.inc
13include disable-devel.inc 19include disable-devel.inc
@@ -21,11 +27,14 @@ include disable-xdg.inc
21mkdir ${HOME}/Nextcloud 27mkdir ${HOME}/Nextcloud
22mkdir ${HOME}/.config/Nextcloud 28mkdir ${HOME}/.config/Nextcloud
23mkdir ${HOME}/.local/share/Nextcloud 29mkdir ${HOME}/.local/share/Nextcloud
24# Uncomment or put in your nextcloud-desktop.local to allow sync with Document directory.
25#whitelist ${DOCUMENTS}
26whitelist ${HOME}/Nextcloud 30whitelist ${HOME}/Nextcloud
27whitelist ${HOME}/.config/Nextcloud 31whitelist ${HOME}/.config/Nextcloud
28whitelist ${HOME}/.local/share/Nextcloud 32whitelist ${HOME}/.local/share/Nextcloud
33# Uncomment or put in your nextcloud-desktop.local to allow sync with more directories.
34#whitelist ${DOCUMENTS}
35#whitelist ${MUSIC}
36#whitelist ${PICTURES}
37#whitelist ${VIDEOS}
29include whitelist-common.inc 38include whitelist-common.inc
30include whitelist-runuser-common.inc 39include whitelist-runuser-common.inc
31include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc