acl_error (3)
Leading comments
Access Control Lists manual pages (C) 2002 Andreas Gruenbacher, <a.gruenbacher@bestbits.at> This is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU General Public License's references to "object code" and "executables" are to be interpreted as the output of any document formatting or typesetting system, ...
NAME
acl_error - convert an ACL error code to a text messageLIBRARY
Linux Access Control Lists library (libacl, -lacl).SYNOPSIS
In sys/types.h In acl/libacl.h Ft const char * Fn acl_error int codeDESCRIPTION
The Fn acl_error function converts an ACL error code such as returned by the Fn acl_check function to a text message describing the error condition. In the lqPOSIXrq locale, Fn acl_check returns the following descriptions for the error codes.- ACL_MULTI_ERROR
- lqMultiple entriesrq
- ACL_DUPLICATE_ERROR
- lqDuplicate entriesrq
- ACL_MISS_ERROR
- lqMissing or wrong entryrq
- ACL_ENTRY_ERROR
- lqInvalid entry typerq