sepolicy: Add perfprofd with set_prop macro

Addresses:
avc: denied { write }
for pid=293 comm="perfprofd" name="property_service" dev="tmpfs" ino=9229 scontext=u:r:perfprofd:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0

Change-Id: I5a88722eda4d0751fd9a081c434d385ac1c785ef
This commit is contained in:
myfluxi 2015-11-18 20:06:11 +01:00 committed by Gerrit Code Review
parent bd3d22e354
commit e8df21c962
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# perfprofd disables mpdecision temporarily via setprop ctl.stop,
# then re-enables afterwards with setprop ctl.start
userdebug_or_eng(`
set_prop(perfprofd, mpdecision_prop)
')