Re: SELinux musl support

2018-05-21 Thread Jason Zaman
On Fri, May 18, 2018 at 11:58:58PM +0800, Jason Zaman wrote: > On Fri, May 18, 2018 at 08:58:58AM -0400, Stephen Smalley wrote: > > On 05/18/2018 01:03 AM, Jason Zaman wrote: > > > On Thu, May 17, 2018 at 09:22:01PM +0200, Nicolas Iooss wrote: > > >> On Thu, May 17, 2018 at 7:11 AM, Jason Zaman wr

Re: SELinux musl support

2018-05-18 Thread Jason Zaman
On Fri, May 18, 2018 at 08:58:58AM -0400, Stephen Smalley wrote: > On 05/18/2018 01:03 AM, Jason Zaman wrote: > > On Thu, May 17, 2018 at 09:22:01PM +0200, Nicolas Iooss wrote: > >> On Thu, May 17, 2018 at 7:11 AM, Jason Zaman wrote: > >>> This series fixes compiling and running on musl libc. > >>

Re: SELinux musl support

2018-05-18 Thread Stephen Smalley
On 05/18/2018 01:03 AM, Jason Zaman wrote: > On Thu, May 17, 2018 at 09:22:01PM +0200, Nicolas Iooss wrote: >> On Thu, May 17, 2018 at 7:11 AM, Jason Zaman wrote: >>> This series fixes compiling and running on musl libc. >>> >>> patches 1-2 are fairly trivial. >>> >>> patches 3-4 are a feature cha

Re: SELinux musl support

2018-05-17 Thread Jason Zaman
On Thu, May 17, 2018 at 09:22:01PM +0200, Nicolas Iooss wrote: > On Thu, May 17, 2018 at 7:11 AM, Jason Zaman wrote: > > This series fixes compiling and running on musl libc. > > > > patches 1-2 are fairly trivial. > > > > patches 3-4 are a feature change on that platform since it does not > > sup

Re: SELinux musl support

2018-05-17 Thread Nicolas Iooss
On Thu, May 17, 2018 at 7:11 AM, Jason Zaman wrote: > This series fixes compiling and running on musl libc. > > patches 1-2 are fairly trivial. > > patches 3-4 are a feature change on that platform since it does not > support GLOB_TILDE and GLOB_BRACE. tilde is coming in musl 1.1.21 > according to

SELinux musl support

2018-05-16 Thread Jason Zaman
This series fixes compiling and running on musl libc. patches 1-2 are fairly trivial. patches 3-4 are a feature change on that platform since it does not support GLOB_TILDE and GLOB_BRACE. tilde is coming in musl 1.1.21 according to [1]. brace support is not documented anywhere or in the example