Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

acl_clear_perm(3) [osf1 man page]

acl_clear_perm(3)					     Library Functions Manual						 acl_clear_perm(3)

NAME
acl_clear_perm - Clears a set of permissions in an ACL entry LIBRARY
Security Library (libpacl.a) SYNOPSIS
#include <sys/acl.h> int acl_clear_perm( acl_permset_t permset_d); PARAMETERS
Specifies the permission set of the working storage internal representation of an ACL entry. DESCRIPTION
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_clear_perm() function clears the permissions from the permission set in permset_d. RETURN VALUES
Upon successful completion, the acl_clear_perm() function returns a value of 0 (zero). Otherwise a value of -1 is returned, and errno is set. ERRORS
If any of the following conditions occur, the acl_clear_perm() function sets errno to the corresponding value: permset_d does not refer to a valid permission set. RELATED INFORMATION
acl_add_perm(3), acl_delete_perm(3), acl_get_permset(3), acl_set_permset(3), acl_get_entry(3) Security delim off acl_clear_perm(3)

Check Out this Related Man Page

acl_init(3)						     Library Functions Manual						       acl_init(3)

NAME
acl_init - Allocate and initialize ACL internal working storage LIBRARY
Security Library (libpacl.a) SYNOPSIS
#include <sys/acl.h> acl_t acl_init( const size_t size); PARAMETERS
Specifies the size of the working storage in bytes. DESCRIPTION
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_init() function allocates and initializes working storage for an ACL of at least size bytes. A pointer to the working storage is returned. When the area is first allocated, it contains a ACL that has no ACL entries. RETURN VALUES
Upon successful completion, the acl_init() function returns a pointer to the working storage. Otherwise, a NULL pointer is returned and errno is set to indicate the error. ERRORS
If any of the following conditions occur, the acl_init() function returns a value of NULL and sets errno to the corresponding value: The acl_t to be returned requires more memory than allowed by the hardware or system-imposed memory management constraints. The function is not supported by the implementation. RELATED INFORMATION
acl_add_perm(3), acl_clear_perm(3), acl_create_entry(3), acl_free(3) Security delim off acl_init(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Kerbos Security

(1 Reply)
Discussion started by: premkumar
1 Replies

2. UNIX for Advanced & Expert Users

HPUX Security help

(1 Reply)
Discussion started by: andryk
1 Replies

3. What is on Your Mind?

Obtaining Security Clearance

(0 Replies)
Discussion started by: COSJM
0 Replies

4. AIX

rbw,rbr permissions

What is mean by rw,rbw,rbr permissions for the mount file system. How will we give the permission to the file systems in AIX. (1 Reply)
Discussion started by: pernasivam
1 Replies