On 11/27/2013 10:24 PM, Paul Eggert wrote:
> Thanks, that all looks good, one small nit:
>
>> +typedef char* security_context_t;
>
> GNU style is to say "char *id" rather than "char* id".
>
pushed.
thanks,
Pádraig.
Thanks, that all looks good, one small nit:
> +typedef char* security_context_t;
GNU style is to say "char *id" rather than "char* id".
Attached is an improvement to selinux-h that
changes the security_context_t stub type to more flexible.
Also a few more stub functions were added.
These were noticed while implementing new selinux
functionality in coreutils, and while not required there,
are probably worth including.
thanks,
Pádra