提交 2d2d6a01 编写于 作者: M Matthias Bolte

apparmor: Finish incomplete renaming of relabel to norelabel

Commit 693eac38 was incomplete here.
上级 693eac38
......@@ -461,7 +461,7 @@ static int
AppArmorSetSecurityAllLabel(virSecurityManagerPtr mgr,
virDomainObjPtr vm, const char *stdin_path)
{
if (!vm->def->seclabel.relabel)
if (vm->def->seclabel.norelabel)
return 0;
/* Reload the profile if stdin_path is specified. Note that
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册