ACL_COPY_ENTRY(3) BSD Library Functions Manual ACL_COPY_ENTRY(3)
NAME
acl_copy_entry — copy an ACL entry
LIBRARY
Linux Access Control Lists library (libacl, −lacl).
SYNOPSIS
#include <sys/types.h>
#include <sys/acl.h>
int
acl_copy_entry(acl_entry_t dest_d, acl_entry_t src_d);
DESCRIPTION
The acl_copy_entry() function copies the contents of the ACL entry indicated by the src_d descriptor to the existing ACL entry indicated by the dest_d descriptor. The src_d and dest_d descriptors may refer to entries in different ACLs.
RETURN VALUE
The acl_copy_entry() 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
If any of the following conditions occur, the acl_copy_entry() function returns -1 and sets errno to the corresponding value:
[EINVAL]
The argument src_d or dest_d is not a valid descriptor for an ACL entry.
The arguments src_d and dest_d reference the same ACL entry.
STANDARDS
IEEE Std 1003.1e draft 17 (“POSIX.1e”, abandoned)
SEE ALSO
acl_get_entry(3), acl(5)
AUTHOR
Derived from the FreeBSD manual pages written by Robert N M Watson 〈 rwatson@FreeBSD.org〉 , and adapted for Linux by Andreas Gruenbacher 〈 a.gruenbacher@bestbits.at〉 .
Linux ACL March 23, 2002 Linux ACL
More Linux Commands
manpages/Tk_GetFontMetrics.3.html
Tk_GetFontMetrics(3) - accessor functions for fonts.........
Given a tkfont, Tk_FontId returns the token that should be selected into an XGCValues structure in order to construct a graphics context that can be used to dra
manpages/XkbFreeGeomOverlays.3.html
XkbFreeGeomOverlays(3) - Free rows in a section (Man Page)
XkbFreeGeomOverlays.3 - Xkb provides a number of functions to allocate and free subcomponents of a keyboard geometry. Use these functions to create or modify ke
manpages/toupper.3.html
toupper(3) - convert letter to upper or lower case (ManPage)
These functions convert lowercase letters to uppercase, and vice versa. If c is a lowercase letter, toupper() returns its uppercase equivalent, if an uppercase
manpages/radiobutton.n.html
radiobutton(n) - Create and manipulate radiobutton widgets
The radiobutton command creates a new window (given by the pathName argument) and makes it into a radiobutton widget. Additional options, described above, may b
manpages/glCopyTexSubImage3D.3gl.html
glCopyTexSubImage3D(3gl) - copy a three-dimensional texture
glCopyTexSubImage3D replaces a rectangular portion of a three-dimensional texture image with pixels from the current GL_READ_BUFFER (rather than from main memor
manpages/check-binary-files.1.html
check-binary-files(1) - check if the archive doesn't contain
check if the archive doesnt contain a third party binaries (JARs) check-binary-files -f instructions_file [-a archive_file] a Archive file on which actions wi
manpages/xloadimage.1x.html
xloadimage.1x
xloadimage.1x
manpages/Tcl_FSLoadFile.3.html
Tcl_FSLoadFile(3) - procedures to interact with any filesyst
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta
manpages/vconsole.conf.5.html
vconsole.conf(5) - configuration file for the virtual consol
The /etc/vconsole.conf file configures the virtual console, i.e. keyboard mapping and console font. It is applied at boot by systemd-vconsole-setup.service(8).
manpages/finger.1.html
finger(1) - user information lookup program - Linux man page
The finger utility displays information about local and remote system users. By default, the following information is displayed about each user currently logged
manpages/exa.4.html
exa(4) - new 2D acceleration architecture for X.Org.........
EXA provides a simple API for video drivers to implement for 2D acceleration. It is a module loaded by drivers, and is not intended to be loaded on its own. See
manpages/setbuffer.3.html
setbuffer(3) - stream buffering operations - Linux man page
The three types of buffering available are unbuffered, block buffered, and line buffered. When an output stream is unbuffered, information appears on the destin
