0% found this document useful (0 votes)
18 views3 pages

Acl - Clear - Perms (3) - Linux Manual Page

The document summarizes the acl_clear_perms function in the Linux Access Control Lists library. It clears all permissions from a permission set descriptor. The function returns 0 on success or -1 on error and sets errno. Common errors include an invalid permission set descriptor. Related functions are listed.

Uploaded by

Jeya Murugan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Acl - Clear - Perms (3) - Linux Manual Page

The document summarizes the acl_clear_perms function in the Linux Access Control Lists library. It clears all permissions from a permission set descriptor. The function returns 0 on success or -1 on error and sets errno. Common errors include an invalid permission set descriptor. Related functions are listed.

Uploaded by

Jeya Murugan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

man7.

org > Linux > man-pages Linux/UNIX system programming training

acl_clear_perms(3) — Linux manual page


NAME | LIBRARY | SYNOPSIS | DESCRIPTION | RETURN VALUE | ERRORS | STANDARDS |
SEE ALSO | AUTHOR | COLOPHON

Search online pages

ACL_CLEAR_PERMS(3) BSD Library Functions Manual ACL_CLEAR_PERMS(3)

NAME top

acl_clear_perms — clear all permissions from an ACL permission set

LIBRARY top

Linux Access Control Lists library (libacl, -lacl).

SYNOPSIS top

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

int
acl_clear_perms(acl_permset_t permset_d);

DESCRIPTION top

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
The acl_clear_perms() function clears all permissions from the
permission set referred to by the argument permset_d.

Any existing descriptors that refer to permset_d shall continue to


refer to that permission set.

RETURN VALUE top

The acl_clear_perms() 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 top

If any of the following conditions occur, the acl_clear_perms()


function returns -1 and sets errno to the corresponding value:

[EINVAL] The argument permset_d is not a valid descriptor


for a permission set within an ACL entry.

STANDARDS top

IEEE Std 1003.1e draft 17 (“POSIX.1e”, abandoned)

SEE ALSO top

acl_add_perm(3), acl_delete_perm(3), acl_get_perm(3),


acl_get_permset(3), acl_set_permset(3), acl(5)

AUTHOR top

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
Derived from the FreeBSD manual pages written by Robert N M Watson
<[email protected]>, and adapted for Linux by Andreas Gruenbacher
<[email protected]>.

COLOPHON top

This page is part of the acl (manipulating access control lists)


project. Information about the project can be found at
http://savannah.nongnu.org/projects/acl. If you have a bug report
for this manual page, see
⟨http://savannah.nongnu.org/bugs/?group=acl⟩. This page was
obtained from the project's upstream Git repository
⟨git://git.savannah.nongnu.org/acl.git⟩ on 2021-08-27. (At that
time, the date of the most recent commit that was found in the
repository was 2021-03-16.) If you discover any rendering problems
in this HTML version of the page, or you believe there is a better
or more up-to-date source for the page, or you have corrections or
improvements to the information in this COLOPHON (which is not part
of the original manual page), send a mail to [email protected]

Linux ACL March 23, 2002 Linux ACL

HTML rendering created 2021-08-27 by Michael Kerrisk, author of The Linux


Programming Interface, maintainer of the Linux man-pages project.
For details of in-depth Linux/UNIX system programming training courses that I
teach, look here.
Hosting by jambit GmbH.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD

You might also like