Re: [apparmor] Deprecating the Perl bindings?

2021-09-08 Thread John Johansen
On 9/8/21 12:13 PM, Christian Boltz wrote: > Hello, > > Am Dienstag, 7. September 2021, 08:50:27 CEST schrieb intrigeri: >> As far as I can tell, in the upstream code base, aa-notify was the >> only thing that depended on the Perl bindings to libapparmor. >> It's been ported to Python so that's no

Re: [apparmor] [PATCH v2] apparmor: enable raw text policy

2021-09-08 Thread Seth Arnold
On Wed, Sep 08, 2021 at 11:43:27AM -0300, Georgia Garcia wrote: > So when there's a call for raw_data and raw_text by the same process, > the refcount will be increased twice and loaddata will be decompressed > twice having the result in two different private variables. That > applies for two or mo

Re: [apparmor] Deprecating the Perl bindings?

2021-09-08 Thread Christian Boltz
Hello, Am Dienstag, 7. September 2021, 08:50:27 CEST schrieb intrigeri: > As far as I can tell, in the upstream code base, aa-notify was the > only thing that depended on the Perl bindings to libapparmor. > It's been ported to Python so that's not the case anymore. > > With my Debian hat on, I ca

Re: [apparmor] [PATCH v2] apparmor: enable raw text policy

2021-09-08 Thread Georgia Garcia
On Sat, 2021-09-04 at 02:07 +, Seth Arnold wrote: > On Fri, Sep 03, 2021 at 06:31:49PM -0300, Georgia Garcia wrote: > > +static const struct file_operations rawtext_fops = { > > + .open = rawdata_open, > > + .read = rawtext_read, > > + .llseek = generic_file_llseek, > > + .release = raw