sdm845-common: Start using vendor_overlay
* This lets us override files in /vendor without relying on bind mounts ^.^ Change-Id: Ib0b173682a48836aeac97e2c3691176a44f13aab
This commit is contained in:
parent
105677e43e
commit
60d417a52f
14 changed files with 65 additions and 70 deletions
|
|
@ -2,7 +2,7 @@
|
|||
allow init { system_file vendor_file }:file mounton;
|
||||
|
||||
# Allow init to mount vendor configs
|
||||
allow init { system_configs_file vendor_configs_file }:file mounton;
|
||||
allow init vendor_configs_file:dir mounton;
|
||||
|
||||
# Allow init to chown/chmod on pseudo files in /sys
|
||||
allow init {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue