Commit 94a72093 authored by bescoto's avatar bescoto

Forgot a spot for 'os.makedirs'


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@646 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 0a31a4c9
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment