Re: [arch-general] AppArmor support

2018-09-22 Thread David Runge
On 2018-09-22 18:38:14 (+0200), Geo Kozey wrote: > > It's almost there ;) > > > > '/usr/bin/subdomain_parser' under [qualifiers] is still duplicated. Ah, the match was not good enough yet. Now it should be! > > I'm not sure if 'apparmor_parser' and 'subdomain_parser' under [settings] > > have to

Re: [arch-general] AppArmor support

2018-09-22 Thread Geo Kozey via arch-general
> > From: Geo Kozey via arch-general > Sent: Sat Sep 22 18:23:58 CEST 2018 > To: David Runge > Cc: Geo Kozey , General Discussion about Arch Linux > > Subject: Re: [arch-general] AppArmor support > > > > > > Fro

Re: [arch-general] AppArmor support

2018-09-22 Thread Geo Kozey via arch-general
> > From: David Runge > Sent: Sat Sep 22 17:43:51 CEST 2018 > To: Geo Kozey > Cc: General Discussion about Arch Linux > Subject: Re: [arch-general] AppArmor support > > > Hi Geo, > > On 2018-09-22 15:13:20 (+0200), Geo Kozey wrote: > > After [0] sed ru

Re: [arch-general] AppArmor support

2018-09-22 Thread David Runge
Hi Geo, On 2018-09-22 15:13:20 (+0200), Geo Kozey wrote: > After [0] sed rules are applied to all apparmor config files, not just > profiles which results in unwanted errors: > > configparser.DuplicateOptionError: While reading from > '/etc/apparmor/logprof.conf' [line 47]: option '/usr/bin/bash'

Re: [arch-general] AppArmor support

2018-09-22 Thread Geo Kozey via arch-general
> > From: David Runge > Sent: Fri Sep 21 20:41:15 CEST 2018 > To: General Discussion about Arch Linux > Subject: Re: [arch-general] AppArmor support > > > On 2018-09-21 10:53:33 (+), Gus wrote: > > Have been running it for a few days, so far everythi

Re: [arch-general] Starting 9/15 new error - stat of /var/log/clamav/clamd.log failed

2018-09-22 Thread Tinu Weber
On Fri, Sep 21, 2018 at 16:48:14 -0500, David C. Rankin wrote: > On 09/21/2018 02:17 AM, Andy Pieters wrote: > >> But the file is there: > >> > >> $ l /var/log/clamav/clamd.log > >> -rw-r--r-- 1 clamav clamav 0 Aug 30 2015 /var/log/clamav/clamd.log > >> > >> > > Could be a permissions issue. If

Re: [arch-general] Starting 9/15 new error - stat of /var/log/clamav/clamd.log failed

2018-09-22 Thread Ralph Corderoy
Hi David, > > > -rw-r--r-- 1 clamav clamav 0 Aug 30 2015 /var/log/clamav/clamd.log ... > and the only permissions needed to stat a file is read permission. The permissions of clamd.log are ignored when stat(2)ing it. One can stat a `chmod 0' file. What matters is execute permission on the four