From: Sooyoung Ha Date: Wed, 8 Mar 2017 08:42:56 +0000 (+0900) Subject: fstab: mount root-filesystem as read only X-Git-Tag: submit/tizen/20170309.093127~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a1482e39247dd21a32f351e761ff519b9e0e745;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git fstab: mount root-filesystem as read only Change-Id: I753168a4a24bf4c380246a35956a6d3d33c9d49c Signed-off-by: Sooyoung Ha --- diff --git a/filesystem/etc/fstab b/filesystem/etc/fstab index 0c971ff..a9b4387 100644 --- a/filesystem/etc/fstab +++ b/filesystem/etc/fstab @@ -1,2 +1,4 @@ -# # All filesystem have been automatically mounted in ramfs before init. +# After that, fstab remount root filesystem as read-only +# +emulator-rootfs / ext4 ro,relatime,data=ordered 0 1