aboutsummaryrefslogtreecommitdiffstats
path: root/system_server.te
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-05-28 21:47:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-28 21:47:45 +0000
commit12e8b61bc08da1482a9309e8b2dc1a0670671445 (patch)
tree8f5a187481639fccb34338ff33263e5da52e863b /system_server.te
parent20d0ad0ed8786585683cac32a610fc57b4ff3c5e (diff)
parent70c6dbf06cb06fc46d5143557ea960392849106d (diff)
downloadandroid_external_sepolicy-12e8b61bc08da1482a9309e8b2dc1a0670671445.tar.gz
android_external_sepolicy-12e8b61bc08da1482a9309e8b2dc1a0670671445.tar.bz2
android_external_sepolicy-12e8b61bc08da1482a9309e8b2dc1a0670671445.zip
Merge "Allow system server and uncrypt to operate pipe file" into mnc-dev
Diffstat (limited to 'system_server.te')
-rw-r--r--system_server.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/system_server.te b/system_server.te
index 878e5ff..0b18eb4 100644
--- a/system_server.te
+++ b/system_server.te
@@ -311,6 +311,7 @@ allow system_server system_ndebug_socket:sock_file create_file_perms;
# Manage cache files.
allow system_server cache_file:dir { relabelfrom create_dir_perms };
allow system_server cache_file:file { relabelfrom create_file_perms };
+allow system_server cache_file:fifo_file create_file_perms;
# Run system programs, e.g. dexopt.
allow system_server system_file:file x_file_perms;