diff options
| author | Nick Desaulniers <ndesaulniers@google.com> | 2016-06-17 15:57:33 -0700 |
|---|---|---|
| committer | Nick Desaulniers <ndesaulniers@google.com> | 2016-06-17 15:57:33 -0700 |
| commit | f089f73874d5bccaee4cb6a0c1cc881c6b47e378 (patch) | |
| tree | c2912ca813ac3708ed798325a0e90c85a79720d2 /fstab.common | |
| parent | 8c721424d777df884414a4e9415824c0658b0ebb (diff) | |
verity: enable verity for the vendor partition
Bug: 29335716
Change-Id: I743e1638aa59151a4ee1901dee40943b905d81d1
Diffstat (limited to 'fstab.common')
| -rwxr-xr-x | fstab.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.common b/fstab.common index bab7bb0d..e7fcb739 100755 --- a/fstab.common +++ b/fstab.common @@ -7,7 +7,7 @@ #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> /dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect,verify -/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1,discard wait,slotselect +/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1,discard wait,slotselect,verify /dev/block/bootdevice/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect #/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check #/dev/block/platform/soc/624000.ufshc/by-name/system /system squashfs ro |
