Skip to content

Commit

Permalink
halium-boot: Remove context from fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasem committed Oct 1, 2018
1 parent 9e53201 commit b50b775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootdir/etc/fstab.qcom
Expand Up @@ -15,8 +15,8 @@
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check,formattable
/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,barrier=1 wait
/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev,barrier=1 wait
/dev/block/bootdevice/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/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=222,fmask=333,context=u:object_r:bt_firmware_file:s0 wait
/dev/block/bootdevice/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337 wait
/dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=222,fmask=333 wait
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults

/devices/soc/6a00000.ssusb/6a00000.dwc3/xhci-hcd.0.auto/usb* auto auto defaults voldmanaged=usbdisk:auto

0 comments on commit b50b775

Please sign in to comment.