From fa7ef1bf63d376270d9afaee1cb3c7d3dcda9bc6 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 21 Nov 2022 13:10:42 +0100 Subject: [PATCH] documentation: ssh_filter_btrbk: add note on --restrict-path --- doc/ssh_filter_btrbk.1.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ssh_filter_btrbk.1.asciidoc b/doc/ssh_filter_btrbk.1.asciidoc index 0287409..c168c75 100644 --- a/doc/ssh_filter_btrbk.1.asciidoc +++ b/doc/ssh_filter_btrbk.1.asciidoc @@ -82,6 +82,11 @@ OPTIONS -p, --restrict-path :: Restrict commands to . Note that "btrfs subvolume show", "btrfs subvolume list" are NOT affected by this option. ++ +It is not possible to restrict commands to exact subvolume names, as +btrfs-receive(8) takes a as argument (directory, not including +the subvolume file name to be created, this is encoded in the +send-stream). -l, --log:: Log ACCEPT and REJECT messages to the system log.