aboutsummaryrefslogtreecommitdiffstats
path: root/system_server.te
diff options
context:
space:
mode:
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;