diff --git a/private/perfprofd.te b/private/perfprofd.te index 2b06cd97581064666f0a0617db951818dd8aaa93..9c249fd9a069e4c455afaa2cba281610312f4a60 100644 --- a/private/perfprofd.te +++ b/private/perfprofd.te @@ -1,3 +1,4 @@ userdebug_or_eng(` + typeattribute perfprofd coredomain; init_daemon_domain(perfprofd) ') diff --git a/private/su.te b/private/su.te index 466bc0bb44b9bcce6af79e45ad881212379f15fe..d42bf614c332393113e0c4998a3a7cebe0c28a86 100644 --- a/private/su.te +++ b/private/su.te @@ -1,4 +1,6 @@ userdebug_or_eng(` + typeattribute su coredomain; + domain_auto_trans(shell, su_exec, su) # Allow dumpstate to call su on userdebug / eng builds to collect # additional information.