]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- work on dbus interface
authorArvin Schnell <aschnell@suse.de>
Tue, 7 Aug 2012 07:55:23 +0000 (09:55 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 7 Aug 2012 07:55:23 +0000 (09:55 +0200)
snapper/Snapshot.cc

index 8e9cc37807f6f9db61fdb3088f8d345081df8e8c..00857efd66fa275d754a5e3b1d833f6b6925237e 100644 (file)
@@ -363,6 +363,8 @@ namespace snapper
            throw IOErrorException();
        }
 
+       chmod((snapper->infosDir() + "/" + decString(num)).c_str(), 0755);
+
        return num;
     }