projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc987ec
)
Typo
author
Robert Swiecki
<swiecki@google.com>
Tue, 1 Mar 2016 14:38:58 +0000
(15:38 +0100)
committer
Robert Swiecki
<swiecki@google.com>
Tue, 1 Mar 2016 14:38:58 +0000
(15:38 +0100)
contain.c
patch
|
blob
|
history
diff --git
a/contain.c
b/contain.c
index a0ec7fdf38d1ecd097b63722bc53ad8e76f75010..a8b68b9dcccde582d049e21a577864646cdfbff8 100644
(file)
--- 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,