ACL mask shanging group perms

2004-02-05 Thread Jerad Hampton
Is anyone using acls on there file sytstem?

When I change an acl it also sets the unix g permissions the same as the mask

orca# ll
total 4
-rw-r-x---+ 1 root  users  68 Feb  5 09:58 index.html
orca# getfacl index.html 
#file:index.html
#owner:0
#group:1000
user::rw-
user:nobody:r-x
group::---
mask::r-x
other::---
orca# setfacl -m u:nobody:rwx index.html
orca# ll
total 4
-rw-rwx---+ 1 root  users  68 Feb  5 10:24 index.html
orca# getfacl index.html 
#file:index.html
#owner:0
#group:1000
user::rw-
user:nobody:rwx
group::---
mask::rwx
other::---
orca# 

I don't think this is normal behavior.  Any sugestions?

Thanks


Jerad Hampton
Network Administrator
The King's University College

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Setting acls for skel directories

2004-01-30 Thread Jerad Hampton
Hello,

I have a 5.2 box and am playing with the acls.  I would like to have the default acl 
set 
for directories when I create a user with adduser.  I have only home set with acls 
active and have moved the skel folder to home/skel and set the default acl on the 
public_html folder.  When I ls -l in the skel folder I see the + but when I ls -l on 
the 
newly created user their is no +

Does anyone know how to achieve this.

Thanks


Jerad Hampton
Network Administrator
The King's University College

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]