Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rdiff-backup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
rdiff-backup
Commits
a7cbeddb
Commit
a7cbeddb
authored
Sep 16, 2014
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitelisted for restore: open, VirtualFile.writetoid, os.utime
parent
64b00544
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
rdiff_backup/Security.py
rdiff_backup/Security.py
+5
-1
No files found.
rdiff_backup/Security.py
View file @
a7cbeddb
...
...
@@ -150,7 +150,11 @@ def set_allowed_requests(sec_level):
"HLDestinationStruct.patch_and_finalize"
,
"HLDestinationStruct.patch_increment_and_finalize"
,
"Main.backup_touch_curmirror_local"
,
"Globals.ITRB.increment_stat"
])
"Globals.ITRB.increment_stat"
,
"open"
,
"VirtualFile.writetoid"
,
"os.utime"
,
])
if
sec_level
==
"read-only"
or
sec_level
==
"all"
:
l
.
extend
([
"fs_abilities.get_fsabilities_readonly"
,
"fs_abilities.get_fsabilities_restoresource"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment