sdm710-common: Address init denial

This commit is contained in:
jjpprrrr 2021-11-25 20:05:41 +01:00 committed by Giammarco Senatore
parent df77b02041
commit e05b539a51
No known key found for this signature in database
GPG key ID: 661348FC1E144F04
2 changed files with 2 additions and 0 deletions

View file

@ -132,6 +132,7 @@ ENABLE_VENDOR_RIL_SERVICE := true
# Sepolicy
include device/qcom/sepolicy_vndr/SEPolicy.mk
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/private
BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor
# Treble

1
sepolicy/private/init.te Normal file
View file

@ -0,0 +1 @@
allow init property_type:file { append create getattr map open read relabelto rename setattr unlink write };