sm8250-common: Disable /odm overlays
* We don't want OnePlus overlays, instead we'll just modify required modules manually.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
on post-fs
|
||||||
|
mount none /odm/lost+found /odm/overlay bind
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
# Fingerprint
|
# Fingerprint
|
||||||
chown system system /sys/devices/platform/soc/soc:goodix_fp/proximity_state
|
chown system system /sys/devices/platform/soc/soc:goodix_fp/proximity_state
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
# Allow init to mount vendor configs
|
# Allow init to mount vendor configs
|
||||||
allow init vendor_configs_file:dir mounton;
|
allow init vendor_configs_file:dir mounton;
|
||||||
|
|
||||||
|
# Allow init to mount vendor overlays
|
||||||
|
allow init vendor_overlay_file:dir mounton;
|
||||||
|
|
||||||
# Allow init to chown/chmod on pseudo files in /sys
|
# Allow init to chown/chmod on pseudo files in /sys
|
||||||
allow init {
|
allow init {
|
||||||
sysfs_fod
|
sysfs_fod
|
||||||
|
|||||||
Reference in New Issue
Block a user