aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHashcode <hashcode0f@gmail.com>2015-05-07 16:15:50 -0700
committerHashcode <hashcode0f@gmail.com>2015-05-07 16:15:50 -0700
commitfe7615b305e59175d5d2124964eadac7ccc36e8b (patch)
tree975ef5762fc2b8611ae9f5e3605dd8578c7b26c4
parent389f900d7c626ebd155fe882c1ab414759570f13 (diff)
fstab: mount system read-only - minor cleanup
This was causing an selinux denial Change-Id: Ic5a5ea38b6a74f6f5e5d5d9b03995179c091959e
-rw-r--r--fstab.otterx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fstab.otterx b/fstab.otterx
index 04481ea..492029d 100644
--- a/fstab.otterx
+++ b/fstab.otterx
@@ -2,10 +2,10 @@
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
-/dev/block/platform/omap/omap_hsmmc.1/by-name/system /system ext4 rw,nodev,noatime,errors=continue wait
-/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data f2fs rw,discard,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,check,encryptable=footer,length=-16384
-/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data ext4 rw,discard,nosuid,nodev,noatime wait,check,encryptable=footer,length=-16384
-/dev/block/platform/omap/omap_hsmmc.1/by-name/cache /cache ext4 rw,discard,nosuid,nodev,noatime wait,check
+/dev/block/platform/omap/omap_hsmmc.1/by-name/system /system ext4 ro,nodev,noatime,errors=continue wait
+/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data f2fs discard,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,check,encryptable=footer,length=-16384
+/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata /data ext4 discard,nosuid,nodev,noatime wait,check,encryptable=footer,length=-16384
+/dev/block/platform/omap/omap_hsmmc.1/by-name/cache /cache ext4 discard,nosuid,nodev,noatime wait,check
/dev/block/platform/omap/omap_hsmmc.1/by-name/boot /boot emmc defaults defaults
/dev/block/platform/omap/omap_hsmmc.1/by-name/recovery /recovery emmc defaults defaults
/dev/block/platform/omap/omap_hsmmc.1/by-name/bootloader /bootloader emmc defaults defaults