Re: [apparmor] [patch] [16/38] move glob_path() and glob_path_ext() to AARE

2016-09-22 Thread Steve Beattie
On Fri, Aug 12, 2016 at 10:56:14PM +0200, Christian Boltz wrote: > Hello, > > [patch] [16/38] move glob_path() and glob_path_ext() to AARE > glob_path() and glob_path_ext() modify a (path) regex, so move them to > AARE. Also change them to use self.regex instead of the newpath > parameter, and to

[apparmor] [patch] [16/38] move glob_path() and glob_path_ext() to AARE

2016-08-12 Thread Christian Boltz
Hello, [patch] [16/38] move glob_path() and glob_path_ext() to AARE glob_path() and glob_path_ext() modify a (path) regex, so move them to AARE. Also change them to use self.regex instead of the newpath parameter, and to return a new AARE object. While on it, also add several tests to