X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Facl-resources.txt;h=d01e2d678a27dcbdcf4ff05c4b9259aa59c2d008;hb=bce9d2f253449c62e05c030307e4d298ef914df9;hp=91079b46cfc33c482ffdf1fb5850fb7ff942e48a;hpb=b7ceebca156cb15b8a724132a58c22d250d9ad7b;p=gnulib.git diff --git a/doc/acl-resources.txt b/doc/acl-resources.txt index 91079b46c..d01e2d678 100644 --- a/doc/acl-resources.txt +++ b/doc/acl-resources.txt @@ -75,6 +75,7 @@ Manual pages: http://docs.sun.com/app/docs/doc/816-5167/acl-2?l=en&a=view http://docs.sun.com/app/docs/doc/816-5165/getfacl-1?l=en&a=view http://docs.sun.com/app/docs/doc/816-5165/setfacl-1?l=en&a=view + http://docs.sun.com/app/docs/doc/816-5167/pathconf-2?l=en&a=view Includes: Library: @@ -82,12 +83,29 @@ Library: Functions: acl facl +Functions in libsec: aclcheck aclfrommode aclfromtext aclsort acltomode acltotext +Additionally in Solaris 10 patch 118833-17 ( version 1.15): + acl_t type + ACL_NO_TRIVIAL macro + ACE_OTHER macro replaced with ACE_EVERYONE macro + ACE_OWNER, ACE_GROUP changed their values(!) + ALLOW, DENY macros removed(!) + acl_check + acl_free + acl_fromtext + acl_get + acl_set + acl_strip + acl_totext + acl_trivial + facl_get + facl_set Utilities: getfacl setfacl @@ -396,6 +414,24 @@ Utilities: acledit +NonStop Kernel ACLs + +Documentation: + http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02492445/c02492445.pdf p. 249..260 + http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02128649/c02128649.pdf + http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02128680/c02128680.pdf +Includes: + +Library: + none needed +Functions: + acl + aclsort +Utilities: + getacl + setacl + + Cygwin ACLs Documentation: