Access Control List on a directory (Solaris/Debian Linux)
From: David W Smith (dwsmith@well.ox.ac.uk)Date: 05/24/02
- Previous message: Naren T: "Re: Cisco IOS question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 24 May 2002 15:50:05 +0100 (BST) From: David W Smith <dwsmith@well.ox.ac.uk> To: security-basics@securityfocus.com
Hi,
I'm wanting to set up an ACL for a directory (accessible by members
of a specfic group) on an NFS file-system accessible from Solaris 8 and
Debian Linux platforms. Does anyone know if it's possible to use ACL's
with NIS (though I'm aware that what I want to achieve might not need this
functionality)? What I have come up with so far is (the permissions as
are can be ignored):
setfacl -s u::7,g::7,o:4,m:5,d:u::5,d:g::7,d:o:5,d:m:5 'directory'
- then set a default acl for the group's directory:
setfacl -m d:g:groupname:7 'directory'
Thanks for any advice.
David Smith
University of Oxford
- Previous message: Naren T: "Re: Cisco IOS question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|