Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
ether: Label the FRP device
Browse files Browse the repository at this point in the history
Change-Id: I2365daa37b67f330009a45bed471a4bbc77bc56b
  • Loading branch information
Steve Kondik authored and Nick0703 committed Jul 15, 2016
1 parent ae5f034 commit 0843efc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions rootdir/fstab.qcom
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/dev/block/bootdevice/by-name/box /BBSYS ext4 nosuid,nodev,noatime,nodiratime,barrier=1 wait,check,formattable
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults
/dev/block/bootdevice/by-name/frp /frp emmc default defaults

/devices/soc.0/f9a55000.ehci/usb1 /storage/uicc0 vfat nosuid,nodev voldmanaged=uicc0:auto
/devices/soc.0/f9a55000.ehci/usb1 /storage/uicc1 vfat nosuid,nodev voldmanaged=uicc1:auto
Expand Down
3 changes: 3 additions & 0 deletions rootdir/ueventd.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,6 @@
# Ramdump devices
/dev/ramdump* 0640 system system

# Add device block for FRP
/dev/block/bootdevice/by-name/config 0660 system system
/dev/block/platform/soc.0/f9824900.sdhci/by-name/config 0660 system system
1 change: 1 addition & 0 deletions sepolicy/file_contexts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/dev/block/platform/soc.0/f9824900.sdhci/by-name/box u:object_r:box_block_device:s0
/dev/block/platform/soc.0/f9824900.sdhci/by-name/config u:object_r:frp_block_device:s0

/data/EP_Valid.bin u:object_r:camera_data_file:s0

Expand Down

0 comments on commit 0843efc

Please sign in to comment.