X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Facl-resources.txt;h=06fd118f4ade010414ef80f6f72a669dc95c3bbd;hb=1fd8cad93b2ad72a6b8de912cf0e3630b98fe19c;hp=2147ceddd5e27c9d0815227c9c486e63d9e219fb;hpb=c44bd68b93f0a7a0c8818c3c30ca3bc2e687fd36;p=gnulib.git diff --git a/doc/acl-resources.txt b/doc/acl-resources.txt index 2147ceddd..06fd118f4 100644 --- a/doc/acl-resources.txt +++ b/doc/acl-resources.txt @@ -90,6 +90,22 @@ Functions in libsec: 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 @@ -227,15 +243,16 @@ Utilities: chmod -HP-UX ACLs +HP-UX 11.00 ACLs +Present in HP-UX >= 11.00. On some machines, yields ENOSYS always. Manual pages: - http://docs.hp.com/en/B2355-60105/acl.2.html - http://docs.hp.com/en/B2355-60105/lsacl.1.html - http://docs.hp.com/en/B2355-60105/chacl.1.html - http://docs.hp.com/en/B2355-60105/getacl.1.html + getacl, fgetacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261503/c02261503.pdf + setacl, fsetacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02267386/c02267386.pdf + lsacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261049/c02261049.pdf + chacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01921575/c01921575.pdf p. 125 Includes: - or , optionally + or Library: none needed Functions: @@ -243,14 +260,31 @@ Functions: fgetacl fsetacl setacl -Functions only declared in : - acl Utilities: lsacl chacl + chmod + + +HP-UX 11.11 ACLs + +Present in HP-UX >= 11.11. +Manual pages: + acl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02254861/c02254861.pdf + acl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01921366/c01921366.pdf p. 27 + aclsort: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02254876/c02254876.pdf + getacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02261501/c02261501.pdf + setacl: http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02267385/c02267385.pdf +Includes: + +Library: + none needed +Functions: + acl + aclsort +Utilities: getacl setacl - chmod IRIX ACLs @@ -398,6 +432,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: