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