summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roots.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/roots.cpp b/roots.cpp
index 4586c42..4bdf192 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -268,6 +268,7 @@ int remount_for_wipe(const char* path) {
// Add SELinux mount override
asprintf(&new_fs_options, "%s%s", v->fs_options, se_context);
+ v->fs_options = new_fs_options;
ensure_path_unmounted(path);
ret = ensure_path_mounted(path);