summaryrefslogtreecommitdiff
path: root/sepolicy/perfprofd.te
blob: 4296d4da964358e62cdfe4f31154563879c495b9 (plain)
1
2
3
4
5
6
userdebug_or_eng(`
  # perfprofd disables mpdecision temporarily via setprop ctl.stop,
  # then re-enables afterwards with setprop ctl.start
  allow perfprofd ctl_mpdecision:property_service set;
  unix_socket_connect(perfprofd, property, init)
')