Re: [libvirt PATCH 1/4] virfile: Move max file size macro

2021-07-21 Thread Jano Tomko
On a %A in %Y, Peter Krempa wrote: > On Wed, Jul 21, 2021 at 14:46:40 +0200, Tim Wiederhake wrote: >> The next commit will use this macro outside the apparmor context. >> >> Signed-off-by: Tim Wiederhake >> --- >> src/security/security_apparmor.c | 4 ++-- >> src/security/security_apparmor.h |

Re: [libvirt PATCH 1/4] virfile: Move max file size macro

2021-07-21 Thread Peter Krempa
On Wed, Jul 21, 2021 at 14:46:40 +0200, Tim Wiederhake wrote: > The next commit will use this macro outside the apparmor context. > > Signed-off-by: Tim Wiederhake > --- > src/security/security_apparmor.c | 4 ++-- > src/security/security_apparmor.h | 1 - > src/security/virt-aa-helper.c|

[libvirt PATCH 1/4] virfile: Move max file size macro

2021-07-21 Thread Tim Wiederhake
The next commit will use this macro outside the apparmor context. Signed-off-by: Tim Wiederhake --- src/security/security_apparmor.c | 4 ++-- src/security/security_apparmor.h | 1 - src/security/virt-aa-helper.c| 10 +- src/util/virfile.h | 3 +++ 4 files changed, 1