Folks,
 
This is the first time I use this mailing list so apologies if it is not
the right forum for this question.
 
Since it appears that systemimager uses rsync as a daemon, as opposed to
not having a daemon and using rsync with ssh to transfer files, this
allows any non-root user to transfer files, such as "/etc/shadow", and
read them if the "rsyncd.conf" file allows the daemon to run as root.
 
uid = root
gid = root
 
For example,
 
$ id
uid=1007(johndoe) gid=1007(johndoe) groups=1007(johndoe)
$ /usr/bin/rsync sup8n64::base_image/etc/shadow .
$ ls -l shadow
-r--------  1 johndoe johndoe 1355 Apr  6 09:54 shadow
 
 
Is there a way to configure systemimager to not use the rsync daemon and
use rsync with ssh instead?
 
Thank you.
 
Rigoberto
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to