help-cfengine
[Top][All Lists]
Advanced

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

Re: home directive on RHS and without NFS


From: Armin Wolfermann
Subject: Re: home directive on RHS and without NFS
Date: Thu, 3 Jun 2004 01:02:22 +0200
User-agent: Mutt/1.5.6i

* Steve Wray <stevew@catalyst.net.nz> [02.06.2004 23:14]:
> So, in other words, the home directive is totally useless without NFS? 

No. Simple example to set permissions for local users .ssh directory:

control:
        any::
                mountpattern   = ( / )
                homepattern    = ( /home )
                actionsequence = ( files )

files:
        any::
                home/.ssh mode=0700 action=fixall

Regards,
Armin Wolfermann




reply via email to

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