t6copy_blk(3N) t6copy_blk(3N)
t6copy_blk - copy security attributes
cc [ flags ... ] file
#include <sys/t6attrs.h>
void t6copy_blk(const t6attr_t attr1, t6attr_t attr2)
t6copy_blk copies a set of attributes specified by attr1 into the buffers
controlled by attr2. (Both attr1 and attr2 should have already been
allocated by t6create_attr or t6attr_alloc.)
See the man page t6alloc_blk(3N) for more details.
t6copy_blk will silently fail if the destination t6attr_t does not have
the same set of allocated attributes as the source t6attr_t, and if
either of the t6attr_t attributes are NULL.
libt6(3N), t6attr_alloc(3N), t6create_attr (3N).
Trusted Systems Interoperability Group
PPPPaaaaggggeeee 1111 [ Back ]
|