MAC_DEMLD(3C) MAC_DEMLD(3C)
mac_demld - unset the moldiness of a MAC label
#include <sys/mac_label.h>
mac_t mac_demld (mac_t lp);
mac_demld returns a copy of the MAC label pointed by lp, unsetting the
moldy status of the copy if appropriate.
mac_demld returns a pointer to an allocated mac_t if successful, NULL
otherwise. The storage should be freed with a call to mac_free with the
returned pointer as an argument when it is no longer needed.
mac_is This is a non-POSIX interface, and may not be supported in future
releases of Trusted IRIX.
PPPPaaaaggggeeee 1111 [ Back ]
|