*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> acl_get_perm_np (3)              
Title
Content
Arch
Section
 

ACL_GET_PERM_NP(3)

Contents


NAME    [Toc]    [Back]

     acl_get_perm_np -- check if a permission is set in a permission set

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <sys/types.h>
     #include <sys/acl.h>

     int
     acl_get_perm_np(acl_permset_t permset_d, acl_perm_t perm);

DESCRIPTION    [Toc]    [Back]

     The acl_get_perm_np() function is a non-portable function that checks if
     a permission is set in a permission set.

RETURN VALUES    [Toc]    [Back]

     If the permission in perm is set in the permission set permset_d, a value
     of 1 is returned, otherwise a value of 0 is returned.

ERRORS    [Toc]    [Back]

     If any of the following conditions occur, the acl_get_perm_np() function
     will return a value of -1 and set global variable errno to the corresponding
 value:

     [EINVAL]		Argument perm does not contain a valid ACL permission
			or argument permset_d is not a valid ACL permset.

SEE ALSO    [Toc]    [Back]

      
      
     acl(3), acl_add_perm(3), acl_clear_perms(3), acl_delete_perm(3),
     acl_get_permset(3), acl_set_permset(3), posix1e(3)

STANDARDS    [Toc]    [Back]

     POSIX.1e is described in IEEE POSIX.1e draft 17.

HISTORY    [Toc]    [Back]

     POSIX.1e support was introduced in FreeBSD 4.0.  The acl_get_perm_np()
     function was added in FreeBSD 5.0.

AUTHORS    [Toc]    [Back]

     The acl_get_perm_np() function was written by Chris D. Faulhaber
     <[email protected]>.


FreeBSD 5.2.1			April 10, 2001			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
acl_add_perm FreeBSD add permissions to a permission set
chmod Tru64 Changes permission codes
acl_clear_perms FreeBSD clear permissions from a permission set
acl_delete_perm FreeBSD delete permissions from a permission set
acl_get_permset FreeBSD retrieve permission set from an ACL entry
writemask IRIX grants write permission to bitplanes
XmTextSetEditable HP-UX A Text function that sets the edit permission
XmTextFieldSetEditable HP-UX A TextField function that sets the edit permission
i386_get_ioperm NetBSD manage i386 per-process I/O permission bitmap
i386_set_ioperm NetBSD manage i386 per-process I/O permission bitmap
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service