Problem with access control lists(ACL)

From: Eduardo Sánchez M. (esanchez@gmx.net)
Date: Mon Jun 03 2002 - 20:07:20 EDT


Hi everybody!
I'm trying to use setfacl to set permissions on a specific directory to a
specific group.
I did it in this way:

$setfacl -m group:computo:rwx usap

next I use getfacl to see the permissions for that directory:

$getfacl usap
user::rwx
user:esanchez:rwx #effective:rwx
user:squiros:rwx #effective:rwx
user:eduardo:rwx #effective:rwx
user:computo:rwx #effective:rwx
group::rwx #effective:rwx
group:computo:rwx #effective:rwx
mask:rwx
other:r-x

now, If an user of the "computo" group creates a file(i.e. "touch
file_name.txt"), the other users cannot change the content of that file, in
spite of the mask of the directory is in rwx.

Any clue on this issue??
Thanks in advance,
        Eduardo S.M.
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:24:26 EDT