aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-16 20:05:10 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-16 20:05:10 -0700
commit2bfaf9ba1f5feed0147661d5bfd79bd66e9461a7 (patch)
treec1d87426f03bf74922bef0a0caf32c872230acaa
parent67a7e4378feaa3457f3c36db7dc3e365781de698 (diff)
downloadandroid_external_sepolicy-2bfaf9ba1f5feed0147661d5bfd79bd66e9461a7.tar.gz
android_external_sepolicy-2bfaf9ba1f5feed0147661d5bfd79bd66e9461a7.tar.bz2
android_external_sepolicy-2bfaf9ba1f5feed0147661d5bfd79bd66e9461a7.zip
sepolicy: We need to declare before referencing
Change-Id: I91cd6166e2f312c9bc6c9079d439cd2579aa3956
-rw-r--r--su.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/su.te b/su.te
index d4a488b..d135459 100644
--- a/su.te
+++ b/su.te
@@ -1,5 +1,6 @@
# File types must be defined for file_contexts.
type su_exec, exec_type, file_type;
+type sudaemon, domain;
userdebug_or_eng(`
# Domain used for su processes, as well as for adbd and adb shell