forgot to add uid to the mount optmap
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 16 May 2011 02:16:26 +0000 (02:16 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 16 May 2011 02:16:26 +0000 (02:16 +0000)
SVN revision: 59432

legacy/eeze/src/lib/eeze_disk_libmount.c

index 45fe4fbded921a1ad65fc2b4e470e17f735847a1..ade0c388c8d50d9f75a14d94edde0c47112654d0 100644 (file)
@@ -27,6 +27,7 @@ static struct libmnt_optmap eeze_optmap[] =
    { "noexec", EEZE_DISK_MOUNTOPT_NOEXEC, 0 },
    { "nosuid", EEZE_DISK_MOUNTOPT_NOSUID, 0 },
    { "remount", EEZE_DISK_MOUNTOPT_REMOUNT, 0 },
+   { "uid[=]", EEZE_DISK_MOUNTOPT_LOOP, 0 },
    { NULL, 0, 0 }
 };
 typedef struct libmnt_table libmnt_table;