sdm710-common: Address init denial
This commit is contained in:
parent
df77b02041
commit
e05b539a51
2 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ ENABLE_VENDOR_RIL_SERVICE := true
|
||||||
# Sepolicy
|
# Sepolicy
|
||||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||||
|
|
||||||
|
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/private
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
|
BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
|
||||||
|
|
||||||
# Treble
|
# Treble
|
||||||
|
|
1
sepolicy/private/init.te
Normal file
1
sepolicy/private/init.te
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow init property_type:file { append create getattr map open read relabelto rename setattr unlink write };
|
Loading…
Reference in a new issue