Displaying 2 results from an estimated 2 matches for "copiying".
2009 Nov 24
1
Copiying /etc/shadow with sudo and rsync
Hello,
I have 2 server, which must rsync some files, including /etc/passwd and
/etc/shadow. Everything was working fine until we decided to forbid
rootlogin on the server, and use sudo for the sync. My problem is that
/etc/shadow has a file permission of 400, so the non privilegd user can
not read it, so I can use a command like this:
rsync --rsync-path='sudo rsync'
2014 Sep 25
5
[LLVMdev] New type of smart pointer for LLVM
Hello everyone,
I bring to discussion the necessity/design of a new type of smart
pointer. r215176 and r217791 rise the problem, D5443
<http://reviews.llvm.org/D5443> is devoted to the solution.
r215176 applies several temporary ugly fixes of memory leaks in
TGParser.cpp which would be great to be refactored using smart pointers.
D5443 <http://reviews.llvm.org/D5443> demonstrates