Fix copy-paste error
This commit is contained in:
parent
7872c5f083
commit
d658a35c03
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ static bool haveCorrectCapabilities()
|
|||
result = false;
|
||||
if (!haveCapability(CAP_MKNOD))
|
||||
result = false;
|
||||
if (!haveCapability(CAP_SYS_CHROOT))
|
||||
if (!haveCapability(CAP_FOWNER))
|
||||
result = false;
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue