aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2014-10-06 11:56:31 -0700
committerMike Lockwood <lockwood@google.com>2014-10-06 11:56:31 -0700
commit2043a28e5bcc57c229f45a4fc97b200a313f7187 (patch)
tree6beac7190675bda16492fd76279255f581ad363b
parent11488fa322cf34e24b71fd64f1766f83e27322a7 (diff)
parent0a52df50207e6b398278d6faae026ce04eb13602 (diff)
downloadandroid_external_sepolicy-2043a28e5bcc57c229f45a4fc97b200a313f7187.tar.gz
android_external_sepolicy-2043a28e5bcc57c229f45a4fc97b200a313f7187.tar.bz2
android_external_sepolicy-2043a28e5bcc57c229f45a4fc97b200a313f7187.zip
resolved conflicts for merge of 0a52df50 to lmp-dev-plus-aosp
Change-Id: I3c6af086fc8ca3e9600c2267c439718c9a572dfb
-rw-r--r--bootanim.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootanim.te b/bootanim.te
index fb6f527..e0e25b9 100644
--- a/bootanim.te
+++ b/bootanim.te
@@ -13,6 +13,9 @@ allow bootanim gpu_device:chr_file rw_file_perms;
allow bootanim oemfs:dir search;
allow bootanim oemfs:file r_file_perms;
+allow bootanim audio_device:dir r_dir_perms;
+allow bootanim audio_device:chr_file rw_file_perms;
+
# Audited locally.
service_manager_local_audit_domain(bootanim)
auditallow bootanim { service_manager_type -surfaceflinger_service }:service_manager find;