platform_vendor_tequila/sepolicy/system_app.te
LuK1337 d823ca236f sepolicy: Fix adbsecure_prop denials
Change-Id: I78a5570f330e703b7f7ac2b34370a83bbb2a0d87
2016-09-26 16:47:24 +02:00

11 lines
413 B
Text

# For the updaters
allow system_app cache_recovery_file:dir create_dir_perms;
allow system_app cache_recovery_file:file create_file_perms;
allow system_app media_rw_data_file:dir create_dir_perms;
allow system_app media_rw_data_file:file create_file_perms;
# Boot animation
allow system_app ctl_bootanim_prop:property_service set;
# Settings app wants to read ro.adb.secure
get_prop(system_app, adbsecure_prop)