diff --git a/contain.c b/contain.c index a0ec7fd..a8b68b9 100644 --- a/contain.c +++ b/contain.c @@ -272,7 +272,7 @@ static bool containRemountRO(struct mounts_t *mpt) return false; } - if (mpt->flags &= MS_RDONLY) { + if (mpt->flags & MS_RDONLY) { LOG_D("Re-mounting RO '%s'", mpt->dst); if (mount (mpt->dst, mpt->dst, NULL,