Re: [PATCH v3 1/3] apparmor: Reflect paths from configure in profiles

2020-02-03 Thread Jim Fehlig
On 1/30/20 7:12 AM, Michal Privoznik wrote: The configure script allows users to specify different paths for /etc/, /usr/sbin/, /var/run/ and /usr/libexec/. Instead of assuming user will pass expected value, generate the apparmor profiles using the actual values. Signed-off-by: Michal Privoznik

Re: [PATCH v3 1/3] apparmor: Reflect paths from configure in profiles

2020-02-03 Thread Daniel P . Berrangé
On Thu, Jan 30, 2020 at 03:12:30PM +0100, Michal Privoznik wrote: > The configure script allows users to specify different paths for > /etc/, /usr/sbin/, /var/run/ and /usr/libexec/. Instead of > assuming user will pass expected value, generate the apparmor > profiles using the actual values. > >

[PATCH v3 1/3] apparmor: Reflect paths from configure in profiles

2020-01-30 Thread Michal Privoznik
The configure script allows users to specify different paths for /etc/, /usr/sbin/, /var/run/ and /usr/libexec/. Instead of assuming user will pass expected value, generate the apparmor profiles using the actual values. Signed-off-by: Michal Privoznik --- src/security/Makefile.inc.am