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

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

[rdiff-backup-users] v0.12.3: Security violation on robust.install_signa


From: Randall Nortman
Subject: [rdiff-backup-users] v0.12.3: Security violation on robust.install_signal_handlers
Date: Thu, 21 Aug 2003 07:41:25 -0500
User-agent: Mutt/1.5.4i

I'm running rdiff-backup remotely via ssh, using --restrict-read-only
for security. The command being run on the remote (source) side is a
shell script containing only the following command:

/usr/bin/python2.2 /usr/local/bin/rdiff-backup --server --restrict-read-only 
/etc

The command executed on the local (target) side is:

rdiff-backup --remote-schema 'ssh -C %s /path/to/script' hostname::/etc 
/path/to/target


When I try to run a backup, I get this:

Traceback (most recent call last):
  File "/usr/local/bin/rdiff-backup", line 24, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/usr/local/lib/python2.2/site-packages/rdiff_backup/Main.py",
  line 245, in Main
    misc_setup(rps)
  File "/usr/local/lib/python2.2/site-packages/rdiff_backup/Main.py",
  line 211, in misc_setup
    conn.robust.install_signal_handlers()
  File
  "/usr/local/lib/python2.2/site-packages/rdiff_backup/connection.py",
  line 424, in __call__
    return apply(self.connection.reval, (self.name,) + args)
  File
  "/usr/local/lib/python2.2/site-packages/rdiff_backup/connection.py",
  line 346, in reval
    if isinstance(result, Exception): raise result
rdiff_backup.Security.Violation:
Warning Security Violation!
Bad request for function: robust.install_signal_handlers
with arguments: []


I was using exactly the same setup (same arguments, etc.) with version
0.10.1 without a problem. (I upgraded because I want to preserve
uid/gid even though the backup user is not root.)

Am I doing something wrong, or is this a bug?

Thanks for any help,

Randall Nortman




reply via email to

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