COMPATIBILITY
 POSIX.1e does not define a format for text representations of MAC labels.  POSIX.1e requires that text strings allocated using  mac_to_text be freed using mac_free(3); in the 
.Fx  implementation, they must be freed using free(3), as mac_free(3) is used only to free memory used for type 
.Vt mac_t .  
ERRORS