summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-23 06:52:47 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-23 06:52:47 +0000
commit4c81497ea313ccf04d0211404379d562541641cc (patch)
treecc517b6d62de4d5de6192b59127b22496b4a1139
parent010db7d5d7cf4b47bdee0164ddc7d1fb9e8a3842 (diff)
downloadrdiff-backup-4c81497ea313ccf04d0211404379d562541641cc.tar.gz
Forgot a spot for 'os.makedirs'
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-0@646 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/Security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Security.py b/rdiff-backup/rdiff_backup/Security.py
index 44d68ba..1ab44dd 100644
--- a/rdiff-backup/rdiff_backup/Security.py
+++ b/rdiff-backup/rdiff_backup/Security.py
@@ -164,7 +164,7 @@ def set_allowed_requests(sec_level):
"fs_abilities.get_fsabilities_readwrite"])
if sec_level == "all":
l.extend(["os.mkdir", "os.chown", "os.lchown", "os.rename",
- "os.unlink", "os.remove", "os.chmod",
+ "os.unlink", "os.remove", "os.chmod", "os.makedirs",
"backup.DestinationStruct.patch",
"restore.TargetStruct.get_initial_iter",
"restore.TargetStruct.patch",