aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-xdg.inc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-07-24 11:03:06 -0500
committerLibravatar GitHub <noreply@github.com>2018-07-24 11:03:06 -0500
commit1ce30d384f9164f1f6ebd883f8ca216792b3e8c0 (patch)
treee60c82fd5d4e7185c788ee3eca5ad8ae887a8d64 /etc/disable-xdg.inc
parentAdd ${MUSIC}, ${VIDEOS}, ${PICTURES}, ${DOCUMENTS}, and ${DESKTOP} (Fixes #259) (diff)
parentInitial adding of disable-xdg.inc (diff)
downloadfirejail-1ce30d384f9164f1f6ebd883f8ca216792b3e8c0.tar.gz
firejail-1ce30d384f9164f1f6ebd883f8ca216792b3e8c0.tar.zst
firejail-1ce30d384f9164f1f6ebd883f8ca216792b3e8c0.zip
Merge pull request #2060 from SkewedZeppelin/disable-xdg
WIP: Add new disable-xdg.inc
Diffstat (limited to 'etc/disable-xdg.inc')
-rw-r--r--etc/disable-xdg.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/disable-xdg.inc b/etc/disable-xdg.inc
new file mode 100644
index 000000000..554e3a7d5
--- /dev/null
+++ b/etc/disable-xdg.inc
@@ -0,0 +1,10 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include /etc/firejail/disable-xdg.local
4
5#blacklist ${DESKTOP}
6blacklist ${DOCUMENTS}
7#blacklist ${DOWNLOADS}
8blacklist ${MUSIC}
9blacklist ${PICTURES}
10blacklist ${VIDEOS}