14bf60dfaSChris D. Faulhaber.\"- 24bf60dfaSChris D. Faulhaber.\" Copyright (c) 2001 Chris D. Faulhaber 34bf60dfaSChris D. Faulhaber.\" All rights reserved. 44bf60dfaSChris D. Faulhaber.\" 54bf60dfaSChris D. Faulhaber.\" Redistribution and use in source and binary forms, with or without 64bf60dfaSChris D. Faulhaber.\" modification, are permitted provided that the following conditions 74bf60dfaSChris D. Faulhaber.\" are met: 84bf60dfaSChris D. Faulhaber.\" 1. Redistributions of source code must retain the above copyright 94bf60dfaSChris D. Faulhaber.\" notice, this list of conditions and the following disclaimer. 104bf60dfaSChris D. Faulhaber.\" 2. Redistributions in binary form must reproduce the above copyright 114bf60dfaSChris D. Faulhaber.\" notice, this list of conditions and the following disclaimer in the 124bf60dfaSChris D. Faulhaber.\" documentation and/or other materials provided with the distribution. 134bf60dfaSChris D. Faulhaber.\" 144bf60dfaSChris D. Faulhaber.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 154bf60dfaSChris D. Faulhaber.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 164bf60dfaSChris D. Faulhaber.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 174bf60dfaSChris D. Faulhaber.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR THE VOICES IN HIS HEAD BE 184bf60dfaSChris D. Faulhaber.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 194bf60dfaSChris D. Faulhaber.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 204bf60dfaSChris D. Faulhaber.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 214bf60dfaSChris D. Faulhaber.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 224bf60dfaSChris D. Faulhaber.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 234bf60dfaSChris D. Faulhaber.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 244bf60dfaSChris D. Faulhaber.\" POSSIBILITY OF SUCH DAMAGE. 254bf60dfaSChris D. Faulhaber.\" 264bf60dfaSChris D. Faulhaber.\" $FreeBSD$ 274bf60dfaSChris D. Faulhaber.\" 284bf60dfaSChris D. Faulhaber.Dd March 10, 2001 294bf60dfaSChris D. Faulhaber.Dt ACL_SET_QUALIFIER 3 304bf60dfaSChris D. Faulhaber.Os 314bf60dfaSChris D. Faulhaber.Sh NAME 324bf60dfaSChris D. Faulhaber.Nm acl_set_qualifier 338480a1ebSRuslan Ermilov.Nd set ACL tag qualifier 344bf60dfaSChris D. Faulhaber.Sh LIBRARY 3531acc836SRuslan Ermilov.Lb libc 364bf60dfaSChris D. Faulhaber.Sh SYNOPSIS 3732eef9aeSRuslan Ermilov.In sys/types.h 3832eef9aeSRuslan Ermilov.In sys/acl.h 394bf60dfaSChris D. Faulhaber.Ft int 408480a1ebSRuslan Ermilov.Fn acl_set_qualifier "acl_entry_t entry_d" "const void *tag_qualifier_p" 414bf60dfaSChris D. Faulhaber.Sh DESCRIPTION 421fae73b1SRuslan ErmilovThe 434bf60dfaSChris D. Faulhaber.Fn acl_set_qualifier 441fae73b1SRuslan Ermilovfunction 454bf60dfaSChris D. Faulhaberis a POSIX.1e call that sets the qualifier of the tag for the ACl entry 468480a1ebSRuslan Ermilov.Fa entry_d 474bf60dfaSChris D. Faulhaberto the value referred to by 488480a1ebSRuslan Ermilov.Fa tag_qualifier_p . 494bf60dfaSChris D. Faulhaber.Sh RETURN VALUES 508480a1ebSRuslan Ermilov.Rv -std acl_set_qualifier 514bf60dfaSChris D. Faulhaber.Sh ERRORS 528480a1ebSRuslan ErmilovThe 534bf60dfaSChris D. Faulhaber.Fn acl_set_qualifier 548480a1ebSRuslan Ermilovfunction fails if: 554bf60dfaSChris D. Faulhaber.Bl -tag -width Er 564bf60dfaSChris D. Faulhaber.It Bq Er EINVAL 574bf60dfaSChris D. FaulhaberArgument 588480a1ebSRuslan Ermilov.Fa entry_d 591a0a9345SRuslan Ermilovis not a valid descriptor for an ACL entry. 601a0a9345SRuslan ErmilovThe tag type of the 614bf60dfaSChris D. FaulhaberACL entry 628480a1ebSRuslan Ermilov.Fa entry_d 638480a1ebSRuslan Ermilovis not 648480a1ebSRuslan Ermilov.Dv ACL_USER 658480a1ebSRuslan Ermilovor 668480a1ebSRuslan Ermilov.Dv ACL_GROUP . 678480a1ebSRuslan ErmilovThe value pointed to by 688480a1ebSRuslan Ermilov.Fa tag_qualifier_p 694bf60dfaSChris D. Faulhaberis not valid. 704bf60dfaSChris D. Faulhaber.It Bq Er ENOMEM 714bf60dfaSChris D. FaulhaberThe value to be returned requires more memory than is allowed 724bf60dfaSChris D. Faulhaberby the hardware or system-imposed memory management constraints. 734bf60dfaSChris D. Faulhaber.El 744bf60dfaSChris D. Faulhaber.Sh SEE ALSO 754bf60dfaSChris D. Faulhaber.Xr acl 3 , 764bf60dfaSChris D. Faulhaber.Xr acl_get_qualifier 3 , 774bf60dfaSChris D. Faulhaber.Xr posix1e 3 784bf60dfaSChris D. Faulhaber.Sh STANDARDS 794bf60dfaSChris D. FaulhaberPOSIX.1e is described in IEEE POSIX.1e draft 17. 804bf60dfaSChris D. Faulhaber.Sh HISTORY 814bf60dfaSChris D. FaulhaberPOSIX.1e support was introduced in 824bf60dfaSChris D. Faulhaber.Fx 4.0 . 834bf60dfaSChris D. FaulhaberThe 844bf60dfaSChris D. Faulhaber.Fn acl_get_qualifier 854bf60dfaSChris D. Faulhaberfunction was added in 864bf60dfaSChris D. Faulhaber.Fx 5.0 . 874bf60dfaSChris D. Faulhaber.Sh AUTHORS 884bf60dfaSChris D. FaulhaberThe 894bf60dfaSChris D. Faulhaber.Fn acl_get_qualifier 904bf60dfaSChris D. Faulhaberfunction was written by 914bf60dfaSChris D. Faulhaber.An Chris D. Faulhaber Aq jedgar@fxp.org . 92