Re: [PATCH 13/20] util: remove use hardcoded MM_CTL path

2025-04-29 Thread Peter Krempa via Devel
On Tue, Apr 29, 2025 at 12:14:13 +0100, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé > > Allow virCommand to find 'mm-ctl' in $PATH. This command is only used > when running privileged in which case both 'bin' and 'sbin' dirs will > be in $PATH, so virFindFileInPath will do the

[PATCH 13/20] util: remove use hardcoded MM_CTL path

2025-04-29 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé Allow virCommand to find 'mm-ctl' in $PATH. This command is only used when running privileged in which case both 'bin' and 'sbin' dirs will be in $PATH, so virFindFileInPath will do the right thing to find it. Signed-off-by: Daniel P. Berrangé --- meson.build