2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
12 .\" Copyright 2015 Joyent, Inc.
20 .Nd get and free process privilege sets
26 .Fa "struct ps_prochandle *P"
31 .Fa "struct ps_prochandle *P"
37 function obtains the privilege set of the process handle
39 The privilege set, if it exists, will be dynamically allocated and a
40 pointer to it will be placed in
42 It must be released with a call to
46 structure is documented in
51 function releases the storage in
53 that was allocated as a result of calling
56 Upon successful completion, the
62 is updated with a pointer to the allocated privilege set.
68 .Sh INTERFACE STABILITY