Thanks, that all looks good, one small nit: > +typedef char* security_context_t;
GNU style is to say "char *id" rather than "char* id".
Thanks, that all looks good, one small nit: > +typedef char* security_context_t;
GNU style is to say "char *id" rather than "char* id".