miuicamera: Allow camera app to execute files from it's data
This is necessary for additional camera modes like long exposure which loads .so from data Change-Id: I2531f7871f3b0e69b341daae8ce283f79d69c7b7
This commit is contained in:
parent
0e579f4a70
commit
94ebe606a8
2
sepolicy/vendor/platform_app.te
vendored
2
sepolicy/vendor/platform_app.te
vendored
@ -4,6 +4,8 @@ type hal_misys_hwservice, hwservice_manager_type;
|
||||
allow platform_app hal_camerapostproc_xiaomi_hwservice:hwservice_manager find;
|
||||
allow platform_app hal_misys_hwservice:hwservice_manager find;
|
||||
|
||||
allow platform_app app_data_file:file execute;
|
||||
|
||||
# Properties
|
||||
get_prop(platform_app, vendor_audio_prop)
|
||||
get_prop(platform_app, vendor_display_prop)
|
||||
|
Loading…
Reference in New Issue
Block a user