rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Security.py


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Security.py
Date: Sat, 20 Aug 2005 02:35:24 -0400

Index: rdiff-backup/rdiff_backup/Security.py
diff -u rdiff-backup/rdiff_backup/Security.py:1.24 
rdiff-backup/rdiff_backup/Security.py:1.25
--- rdiff-backup/rdiff_backup/Security.py:1.24  Sat Aug 20 06:31:17 2005
+++ rdiff-backup/rdiff_backup/Security.py       Sat Aug 20 06:35:24 2005
@@ -37,11 +37,7 @@
 
 # Some common file commands we may want to check to make sure they are
 # in the right directory.  Any commands accessing files that could be
-# added to allowed_requests must be here.  A few others have also been
-# added---this is not a intended to be a complete list of course, just
-# some support for the depreciated --restrict option when the
-# security_level is "all" so you don't accidentally step out of the
-# directory.
+# added to allowed_requests must be here.
 #
 # The keys are files request, the value is the index of the argument
 # taking a file.
@@ -49,7 +45,7 @@
                                 'os.chown':0, 'os.remove':0, 'os.removedirs':0,
                                 'os.rename':0, 'os.renames':0, 'os.rmdir':0, 
'os.unlink':0,
                                 'os.utime':0, 'os.lchown':0, 'os.link':1, 
'os.symlink':1,
-                                'os.mkdir':0, 'os.lchown':0}
+                                'os.mkdir':0}
                                 
 
 def initialize(action, cmdpairs):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]