Re: [apparmor] [PATCH] Fix: segfault when processing directories

2016-01-15 Thread Christian Boltz
Hello, Am Donnerstag, 14. Januar 2016 schrieb John Johansen: > On 01/14/2016 04:57 PM, Steve Beattie wrote: > > On Thu, Jan 14, 2016 at 04:46:36PM -0800, John Johansen wrote: > >> Patch -r 2952 switched over to using the library kernel interface, > >> and added a kernel_interface parameter to the

Re: [apparmor] [PATCH] Fix: segfault when processing directories

2016-01-14 Thread John Johansen
On 01/14/2016 04:57 PM, Steve Beattie wrote: > On Thu, Jan 14, 2016 at 04:46:36PM -0800, John Johansen wrote: >> Patch -r 2952 switched over to using the library kernel interface, and >> added a kernel_interface parameter to the dir_cb struct, that is >> used to process directories. >> >>

Re: [apparmor] [PATCH] Fix: segfault when processing directories

2016-01-14 Thread Seth Arnold
On Thu, Jan 14, 2016 at 04:46:36PM -0800, John Johansen wrote: > Patch -r 2952 switched over to using the library kernel interface, and > added a kernel_interface parameter to the dir_cb struct, that is > used to process directories. > > Unfortunately kernel_interface parameter of the dir_cb

Re: [apparmor] [PATCH] Fix: segfault when processing directories

2016-01-14 Thread John Johansen
On 01/14/2016 04:55 PM, Seth Arnold wrote: > On Thu, Jan 14, 2016 at 04:46:36PM -0800, John Johansen wrote: >> Patch -r 2952 switched over to using the library kernel interface, and >> added a kernel_interface parameter to the dir_cb struct, that is >> used to process directories. >> >>

Re: [apparmor] [PATCH] Fix: segfault when processing directories

2016-01-14 Thread Steve Beattie
On Thu, Jan 14, 2016 at 04:46:36PM -0800, John Johansen wrote: > Patch -r 2952 switched over to using the library kernel interface, and > added a kernel_interface parameter to the dir_cb struct, that is > used to process directories. > > Unfortunately kernel_interface parameter of the dir_cb