From 839af9edb5f410727c15b8f3dd377dfb3a9d6e22 Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Mon, 9 Sep 2013 18:40:41 -0700
Subject: [PATCH] Allow installd to clear fifos and sockets

Bug: 10680357
Change-Id: I2a20f4aaaa53acbd53a404d369a79ae47246ad6f
---
 installd.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installd.te b/installd.te
index 3c43b05ec..acbb9cecc 100644
--- a/installd.te
+++ b/installd.te
@@ -11,7 +11,7 @@ allow installd system_data_file:lnk_file create;
 allow installd dalvikcache_data_file:file create_file_perms;
 allow installd data_file_type:dir create_dir_perms;
 allow installd data_file_type:dir { relabelfrom relabelto };
-allow installd data_file_type:{ file lnk_file } { getattr unlink };
+allow installd data_file_type:{ file_class_set } { getattr unlink };
 allow installd apk_data_file:file r_file_perms;
 allow installd apk_tmp_file:file r_file_perms;
 allow installd system_file:file x_file_perms;
-- 
GitLab