diff --git a/src/core/namespace.c b/src/core/namespace.c index 9c8a5fdde20..c549dcc96be 100644 --- a/src/core/namespace.c +++ b/src/core/namespace.c @@ -57,12 +57,12 @@ typedef enum MountMode { EMPTY_DIR, SYSFS, PROCFS, - RUN, READONLY, READWRITE, NOEXEC, EXEC, TMPFS, + RUN, EXTENSION_IMAGES, /* Mounted outside the root directory, and used by subsequent mounts */ MQUEUEFS, READWRITE_IMPLICIT, /* Should have the lowest priority. */