ssh_filter_btrbk.sh: whitelist mkdir for 'btrbk archive' operations

pull/297/head
Ryan Young 2019-09-26 10:50:23 -07:00
parent 8570ee585d
commit 37d0526951
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ while [[ "$#" -ge 1 ]]; do
-t|--target)
allow_cmd "${sudo_prefix}btrfs receive"
allow_cmd "${sudo_prefix}mkdir"
;;
-c|--compress)