aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-05 10:15:31 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-05 10:15:31 +0200
commit81dc527dfd57afa101ef9123d0ebf93e884029c9 (patch)
treece1e101b42270d9e816cfda19b710b578e3bb707
parentrename rsync.profile to rsync-download_only.profile (diff)
downloadfirejail-81dc527dfd57afa101ef9123d0ebf93e884029c9.tar.gz
firejail-81dc527dfd57afa101ef9123d0ebf93e884029c9.tar.zst
firejail-81dc527dfd57afa101ef9123d0ebf93e884029c9.zip
add usage to rsync-download_only.profile
-rw-r--r--etc/rsync-download_only.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rsync-download_only.profile b/etc/rsync-download_only.profile
index b48a2fb85..bda3bca92 100644
--- a/etc/rsync-download_only.profile
+++ b/etc/rsync-download_only.profile
@@ -10,6 +10,8 @@ include globals.local
10# Warning: This profile is writte to use rsync as an client for downloading, 10# Warning: This profile is writte to use rsync as an client for downloading,
11# it is not writen to use rsync as an daemon (rsync --daemon) or to create backups. 11# it is not writen to use rsync as an daemon (rsync --daemon) or to create backups.
12 12
13# Usage: firejail --profile=rsync-download_only rsync
14
13blacklist /tmp/.X11-unix 15blacklist /tmp/.X11-unix
14 16
15include disable-common.inc 17include disable-common.inc