在 2018/5/15 下午11:25, Eric Blake 写道:
On 05/15/2018 06:33 AM, Yi Min Zhao wrote:
If CONFIG_SECCOMP is undefined, the option 'elevateprivileges' remains
compiled. This would make libvirt set the corresponding capability and
then trigger the guest startup fails. So this patch excludes the code
s/trigger the guest startup fails/trigger failure during guest startup/
regarding seccomp staff if CONFIG_SECCOMP is undefined.
s/staff/command line options/
Signed-off-by: Yi Min Zhao <zyi...@linux.ibm.com>
---
vl.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
A maintainer can touch up the commit message, so:
Reviewed-by: Eric Blake <ebl...@redhat.com>
Thanks for your comments! Have updated commit msg.