HP-UX Reference (11i v1 00/12) - 5 Miscellaneous Topics, 7 Device (Special) Files, 9 General Information, Index (vol 9)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man5/!!!intro.5
________________________________________________________________
___ ___
a
aclv(5) aclv(5)
Header <sys/getaccess.h>
The <sys/getaccess.h> header defines constants for use with getaccess(2).
Special parameter values for uid:
UID_EUID use effective user ID
UID_RUID use real user ID
UID_SUID use saved user ID
Special parameter values for ngroups:
NGROUPS_EGID processs effective gid
NGROUPS_RGID processs real gid
NGROUPS_SGID processs saved gid
NGROUPS_SUPP processs supplementary groups only
NGROUPS_EGID_SUPP process’s eff gid plus supp groups
NGROUPS_RGID_SUPP processs real gid plus supp groups
NGROUPS_SGID_SUPP processs saved gid plus supp groups
WARNINGS
ACLs cannot be used to restrict the superuser’s access.
Most, but not all, supported utilities are able to handle ACLs correctly. However, only the fbackup(1M) and
frecover(1M) file archive utilities handle access control lists properly. When using programs (such as
archive programs ar(1), cpio(1), ftio(1), tar(1), and dump(1M)) unable to handle ACLs on files with optional
ACL entries, note the Access Control List information included on their respective reference pages, to avoid
loss of data.
DEPENDENCIES
NFS
NFS does not support ACLs on remote files. Individual manual entries specify the behavior of various
system calls, library calls, and commands under these circumstances. Be careful when transferring a
file with optional entries over a network or when manipulating a remote file because optional entries
may be silently deleted.
AUTHOR
The access control list design described here was developed by AT&T.
FILES
<
sys/aclv.h> Header file that supports acl(2).
/etc/passwd Defines user names and user and group ID values.
/etc/group Defines group names.
SEE ALSO
chmod(1), cp(1), find(1), getaccess(1), getacl(1), ln(1), ls(1), mv(1), rm(1), setacl(1), fbackup(1M),
frecover(1M), fsck(1M), fsdb(1M) access(2), acl(1), chmod(2), chown(2), creat(2), getaccess(2), mknod(2),
open(2), stat(2), aclsort(3), cpacl(3), group(4), passwd(4), privgrp(4), acl(5).
HP-UX Release 11i: December 2000 5 Section 515
___
___