[Gllug] [OT ?] Filesystem ACLs

John Hearns john.hearns at clustervision.com
Tue Aug 10 12:07:07 UTC 2004


On Tue, 10 Aug 2004, John Hearns wrote:

> 
> http://www.dazuko.org/faq.shtml

Reading a bit more about dazuko, obviously your application has
to be written to use it.

It does have a set of ACLs which might be useful to you:

To set the access mask (in this case to intercept all possible file access 
types):

if (dazukoSetAccessMask(ON_OPEN
          | ON_CLOSE
          | ON_CLOSE_MODIFIED
          | ON_EXEC
          | ON_UNLINK
          | ON_RMDIR) != 0)
{
     printf("error setting access mask\n");
}




-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list