Laird Nelson wrote:

> ----- Original Message -----
> From: "Rafal Kedziorski" <[EMAIL PROTECTED]>
> > I want to lock the access to CVSROOT for users. Only the admin of the
> > repository should change it. How do I make that?
>
> If you just want to prevent people from modifying certain files, you can
> use your filesystem's read/write bits.  Just make sure that the files in
> the CVSROOT module on the repository machine are chgrp'ed to a group
> that only admins can be part of, and then make them group writeable.

You probably need to change the permissions on CVSROOT too.  The problems
is something like a user with write permissions to the directory can
chmod./chown files they don't own in the directory or at least delete them
and create them anew.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
73. ASCII a stupid question, get a stupid ANSI!




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to