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

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

ACL_CALC_MASK(3)

Contents


NAME    [Toc]    [Back]

     acl_calc_mask -- calculate and set ACL mask permissions

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

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

     int
     acl_calc_mask(acl_t *acl_p);

DESCRIPTION    [Toc]    [Back]

     The acl_calc_mask() function is a POSIX.1e call that calculates and set
     the permissions associated with the ACL_MASK ACL entry of the ACL
     referred to by acl_p.

     The value of new permissions are the union of the permissions granted by
     the ACL_GROUP, ACL_GROUP_OBJ, ACL_USER tag types which match processes in
     the file group class contained in the ACL referred to by acl_p.

     If the ACL referred to by acl_p already contains an ACL_MASK entry, its
     permissions shall be overwritten; if it does not contain an ACL_MASK
     entry, one shall be added.

RETURN VALUES    [Toc]    [Back]

     The acl_calc_mask() function returns the value 0 if successful; otherwise
     the value -1 is returned and the global variable errno is set to indicate
     the error.

ERRORS    [Toc]    [Back]

     The acl_calc_mask() function fails if:

     [EINVAL]		Argument acl_p does not point to a pointer to a valid
			ACL.

SEE ALSO    [Toc]    [Back]

      
      
     acl(3), acl_get_entry(3), acl_valid(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_calc_mask()
     function was added in FreeBSD 5.0.

AUTHORS    [Toc]    [Back]

     The acl_calc_mask() function was written by Chris D. Faulhaber
     <jedgar@fxp.org>.


FreeBSD 5.2.1			March 10, 2001			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
permissions IRIX Change Permissions - Modify Permissions and Ownership of Files
acl_delete_perm Tru64 Delete permissions from a set of permissions belonging to an ACL entry
acl_add_perm FreeBSD add permissions to a permission set
acl_set_permset FreeBSD set the permissions of an ACL entry
acl_clear_perm Tru64 Clears a set of permissions in an ACL entry
acl_delete_perm FreeBSD delete permissions from a permission set
chmod Linux change permissions of a file
genperm IRIX generate /etc/uucp/Permissions
acl_set_permset Tru64 Sets permissions in a given ACL entry
acl_clear_perms FreeBSD clear permissions from a permission set
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service