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

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

[Rdiff-backup-bugs] [bug #14545] Security(?) problem with remote backup


From: anonymous
Subject: [Rdiff-backup-bugs] [bug #14545] Security(?) problem with remote backup
Date: Thu, 15 Sep 2005 12:38:47 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050427 Camino/0.8.4

Follow-up Comment #1, bug #14545 (project rdiff-backup):

Apparently it's just FilenameMapping.set_init_quote_vals missing from the
list of allowed remote function calls... or at least, the following patch
fixes the problem for me...


--- Security.py 2005-09-15 14:36:52.000000000 +0200
+++ Security.py.new     2005-09-15 14:36:34.000000000 +0200
@@ -126,6 +126,7 @@
                 "Globals.get", "Globals.is_not_None",
"Globals.get_dict_val",
                 "log.Log.open_logfile_allconn",
"log.Log.close_logfile_allconn",
                 "Log.log_to_file",
"FilenameMapping.set_init_quote_vals_local",
+                "FilenameMapping.set_init_quote_vals",
                 "SetConnections.add_redirected_conn", "RedirectedRun",
                 "sys.stdout.write", "robust.install_signal_handlers"]
        if (sec_level == "read-only" or sec_level == "update-only" or


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14545>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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