Re: Preventing non-root users from transferring root owned files

2007-04-06 Thread rcorujo
Thanks for your response Wayne. The problem is that we are using SystemImager on our Linux clusters and the SystemImager scripts do not invoke rsync with ssh, so a daemon must be running as root. I have sent mail to the SystemImager mailing list. Thank you. Rigoberto Wayne Davison-2 wrote:

Re: Preventing non-root users from transferring root owned files

2007-04-05 Thread Wayne Davison
On Thu, Apr 05, 2007 at 11:54:19AM -0700, rcorujo wrote: > What options do I need to use so that root can copy root owned files, but > non-root users cannot copy root owned files? You need a separate module configured for non-root access (give it a uid/gid of nobody or some other normal user). A