aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/rsync-download_only.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/rsync-download_only.profile')
-rw-r--r--etc/profile-m-z/rsync-download_only.profile7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/profile-m-z/rsync-download_only.profile b/etc/profile-m-z/rsync-download_only.profile
index 78159527a..4bce35d16 100644
--- a/etc/profile-m-z/rsync-download_only.profile
+++ b/etc/profile-m-z/rsync-download_only.profile
@@ -7,9 +7,8 @@ include rsync.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10# Warning: This profile is writte to use rsync as an client for downloading, 10# WARNING: this profile is designed to use rsync as a client for downloading,
11# it is not writen to use rsync as an daemon (rsync --daemon) or to create backups. 11# not as a daemon (rsync --daemon) nor to create backups.
12
13# Usage: firejail --profile=rsync-download_only rsync 12# Usage: firejail --profile=rsync-download_only rsync
14 13
15blacklist /tmp/.X11-unix 14blacklist /tmp/.X11-unix
@@ -24,7 +23,7 @@ include disable-programs.inc
24include disable-shell.inc 23include disable-shell.inc
25include disable-xdg.inc 24include disable-xdg.inc
26 25
27# Uncomment or add to rsync.local to enable extra hardening 26# Add the next line to your rsync-download_only.local to enable extra hardening.
28#whitelist ${DOWNLOADS} 27#whitelist ${DOWNLOADS}
29include whitelist-var-common.inc 28include whitelist-var-common.inc
30 29