summaryrefslogtreecommitdiff
path: root/fstab.bullhead
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2015-06-02 20:53:44 -0700
committerThierry Strudel <tstrudel@google.com>2015-06-05 09:48:08 -0700
commitc9985345d360fe8dfb822d985a4027558587d60e (patch)
treed271ed153bcd3c5e3e3d8988005b31a39647159b /fstab.bullhead
parentf310345ad1b946d290dd0c1ac911756c5577650c (diff)
downloadbullhead-c9985345d360fe8dfb822d985a4027558587d60e.tar.gz
bullhead/fstab: persist partition does not need trimming
Fixes the following denial: avc: denied { read } for pid=2619 comm="vold" name="/" dev="mmcblk0p24" ino=2 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir avc: denied { open } for pid=2619 comm="vold" path="/persist" dev="mmcblk0p24" ino=2 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir avc: denied { ioctl } for pid=2619 comm="vold" path="/persist" dev="mmcblk0p24" ino=2 ioctlcmd=5879 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir Change-Id: I11f2e2e302c933fcbb2f47cb14ba5c6ec29fb0e8
Diffstat (limited to 'fstab.bullhead')
-rw-r--r--fstab.bullhead2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.bullhead b/fstab.bullhead
index 0a29001..2d9aebd 100644
--- a/fstab.bullhead
+++ b/fstab.bullhead
@@ -7,7 +7,7 @@
/dev/block/platform/soc.0/f9824900.sdhci/by-name/vendor /vendor ext4 ro,barrier=1 wait
/dev/block/platform/soc.0/f9824900.sdhci/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check,encryptable=/dev/block/platform/soc.0/f9824900.sdhci/by-name/metadata
/dev/block/platform/soc.0/f9824900.sdhci/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check
-/dev/block/platform/soc.0/f9824900.sdhci/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait
+/dev/block/platform/soc.0/f9824900.sdhci/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait,notrim
/dev/block/platform/soc.0/f9824900.sdhci/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
/dev/block/platform/soc.0/f9824900.sdhci/by-name/boot /boot emmc defaults defaults
/dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults