aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/archiver-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/archiver-common.inc')
-rw-r--r--etc/inc/archiver-common.inc22
1 files changed, 13 insertions, 9 deletions
diff --git a/etc/inc/archiver-common.inc b/etc/inc/archiver-common.inc
index 9812e3ebb..74b0b6ef6 100644
--- a/etc/inc/archiver-common.inc
+++ b/etc/inc/archiver-common.inc
@@ -6,20 +6,24 @@ include archiver-common.local
6 6
7blacklist ${RUNUSER} 7blacklist ${RUNUSER}
8 8
9# WARNING: 9# WARNING: Users can (un)restrict file access for **all** archivers by
10# Users can (un)restrict file access for **all** archivers by commenting/uncommenting the needed 10# commenting/uncommenting the needed include file(s) here or by putting those
11# include file(s) here or by putting those into archiver-common.local. 11# into archiver-common.local.
12# Another option is to do this **per archiver** in the relevant <archiver>.local. 12#
13# Just beware that things tend to break when overtightening profiles. For example, because you only 13# Another option is to do this **per archiver** in the relevant
14# need to (un)compress files in ${DOWNLOADS}, other applications may need access to ${HOME}/.local/share. 14# <archiver>.local. Just beware that things tend to break when overtightening
15 15# profiles. For example, because you only need to (un)compress files in
16# Uncomment the next line (or put it into your archiver-common.local) if you don't need to compress files in disable-common.inc. 16# ${DOWNLOADS}, other applications may need access to ${HOME}/.local/share.
17
18# Uncomment the next line (or put it into your archiver-common.local) if you
19# don't need to compress files in disable-common.inc.
17#include disable-common.inc 20#include disable-common.inc
18include disable-devel.inc 21include disable-devel.inc
19include disable-exec.inc 22include disable-exec.inc
20include disable-interpreters.inc 23include disable-interpreters.inc
21include disable-passwdmgr.inc 24include disable-passwdmgr.inc
22# Uncomment the next line (or put it into your archiver-common.local) if you don't need to compress files in disable-programs.inc. 25# Uncomment the next line (or put it into your archiver-common.local) if you
26# don't need to compress files in disable-programs.inc.
23#include disable-programs.inc 27#include disable-programs.inc
24include disable-shell.inc 28include disable-shell.inc
25 29