sdm845-common: Drop qcacld bind mounts
* WiFi driver is now built-in. Change-Id: If8d0489e851064838249f26e68f4bf5c58b1a97e
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
/system/bin/hw/lineage\.livedisplay@2\.0-service\.oneplus_sdm845 u:object_r:hal_livedisplay_sdm845_exec:s0
|
||||
/system/bin/hw/lineage\.touch@1\.0-service\.oneplus_sdm845 u:object_r:hal_touch_sdm845_exec:s0
|
||||
|
||||
# Modules
|
||||
/system/lib/modules/wlan\.ko u:object_r:system_file:s0
|
||||
|
||||
# tri-state-key
|
||||
/system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
# Allow init to mount wlan kernel module
|
||||
allow init { system_file vendor_file }:file mounton;
|
||||
|
||||
# Allow init to mount vendor configs
|
||||
allow init vendor_configs_file:dir mounton;
|
||||
|
||||
|
||||
@@ -3,6 +3,3 @@ set_prop(vendor_init, public_vendor_default_prop)
|
||||
|
||||
# Allow vendor_init to set vendor_camera_prop
|
||||
set_prop(vendor_init, vendor_camera_prop)
|
||||
|
||||
# Allow vendor_init to load wlan kernel module
|
||||
allow vendor_init system_file:system module_load;
|
||||
|
||||
Reference in New Issue
Block a user