bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need/want per module users ... need hints about developing


From: wim delvaux
Subject: Re: need/want per module users ... need hints about developing
Date: Sat, 2 Aug 2003 13:12:25 +0200
User-agent: KMail/1.5.2

Perhaps it is better to set u+s too because otherwise the file is created with 
different users and that might sooner or later pose problems

if yoo chmod the file as the project user of that project you have to have 
owner rights and group rights do not work.

        chmod . SomeFile if you are U and the file is U1 gives EPERM
        
Thanx
W

On Saturday 02 August 2003 11:56, Brian Murphy wrote:
> wim delvaux wrote:
> >HI all,
> >
> >I have the following problem.
> >
> >a group (g1) of users (e.g u1)  needing access to projects of classes P1
> > and P2
> >a group (g2) of users (e.g u2) needing access only to projects of class
> > P2.
>
> Or.. each project has it's own unix group (/etc/group) and you add the
> individual
> users to the groups corresponding to the projects they should have
> access to.
> Create the root directory in each module with "chmod g+s" permission
> and read/write access for group so that the group permissions get
> inherited when
> files get created in it.
> Use "other" permissions to give other users access to read the files (or
> not) and no
> read permissions.
> The unix owner of the file in this scenario is irelevant.
>
> /Brian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]