From 3d0f6668bfcc5175ad8460e40ddd7fe137bd8509 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 6 Feb 2021 23:49:26 -0300 Subject: archivers: wrap comments --- etc/inc/archiver-common.inc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'etc/inc/archiver-common.inc') 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 blacklist ${RUNUSER} -# WARNING: -# Users can (un)restrict file access for **all** archivers by commenting/uncommenting the needed -# include file(s) here or by putting those into archiver-common.local. -# Another option is to do this **per archiver** in the relevant .local. -# Just beware that things tend to break when overtightening profiles. For example, because you only -# need to (un)compress files in ${DOWNLOADS}, other applications may need access to ${HOME}/.local/share. - -# Uncomment the next line (or put it into your archiver-common.local) if you don't need to compress files in disable-common.inc. +# WARNING: Users can (un)restrict file access for **all** archivers by +# commenting/uncommenting the needed include file(s) here or by putting those +# into archiver-common.local. +# +# Another option is to do this **per archiver** in the relevant +# .local. Just beware that things tend to break when overtightening +# profiles. For example, because you only need to (un)compress files in +# ${DOWNLOADS}, other applications may need access to ${HOME}/.local/share. + +# Uncomment the next line (or put it into your archiver-common.local) if you +# don't need to compress files in disable-common.inc. #include disable-common.inc include disable-devel.inc include disable-exec.inc include disable-interpreters.inc include disable-passwdmgr.inc -# Uncomment the next line (or put it into your archiver-common.local) if you don't need to compress files in disable-programs.inc. +# Uncomment the next line (or put it into your archiver-common.local) if you +# don't need to compress files in disable-programs.inc. #include disable-programs.inc include disable-shell.inc -- cgit v1.2.3-54-g00ecf