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 2016, Richard Lowe.
20 .Nd get and free process security flags
26 .Fa "struct ps_prochandle *P"
27 .Fa "prsecflags_t **psf"
31 .Fa "struct ps_prochandle *P"
32 .Fa "prsecflags_t *psf"
37 function obtains the security flags of the process handle
39 The security flags structure will be dynamically allocated and a pointer to it
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 security flags.
68 .Sh INTERFACE STABILITY