From 6eb2a14fd4ceb26b101631001ff2e3cf2a46b4a7 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Tue, 22 Mar 2011 11:25:22 +0100 Subject: [PATCH] Add Storage and Pool ACL. --- debian/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/postinst b/debian/postinst index 4b466df..6e40f97 100644 --- a/debian/postinst +++ b/debian/postinst @@ -259,6 +259,8 @@ Console { Password = "$PASS_BCONSOLE" # password for bconsole(8) JobACL = $HOST, RestoreFiles ClientACL = $HOST-fd + StorageACL = $HOST-stor + PoolACL = $HOST-pool } Pool { -- 1.7.10.4