Displaying 1 result from an estimated 1 matches for "root_owned_fil".
Did you mean:
root_owned_file
2007 Apr 05
1
Preventing non-root users from transferring root owned files
Hello,
It seems that a non-root user is able to copy root owned files. By that I
mean a file that has "400" permission, for example.
rsync <server_host_name>::base_image/etc/<root_owned_file> .
The "rsyncd.conf" file has "uid=root" and "gid=root".
What options do I need to use so that root can copy root owned files, but
non-root users cannot copy root owned files? That is, how do I get rsync to
honor file permissions the same way that the "cp&q...