Re: small improvements to selinux-h

2013-11-27 Thread Pádraig Brady
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.

Re: small improvements to selinux-h

2013-11-27 Thread Paul Eggert
Thanks, that all looks good, one small nit: > +typedef char* security_context_t; GNU style is to say "char *id" rather than "char* id".

small improvements to selinux-h

2013-11-27 Thread Pádraig Brady
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