remove isolated_app reference from domain_deprecated
Isolated_app no longer has the domain_deprecated attribute.
Bug: 31364540
Change-Id: I37e39becf24f98d6ee427bc8d039852e6a322ca6
diff --git a/domain_deprecated.te b/domain_deprecated.te
index bc511f4..c5d9888 100644
--- a/domain_deprecated.te
+++ b/domain_deprecated.te
@@ -83,7 +83,7 @@
# Read access to pseudo filesystems.
r_dir_file(domain_deprecated, proc)
-r_dir_file({ domain_deprecated -isolated_app }, sysfs)
+r_dir_file(domain_deprecated, sysfs)
r_dir_file(domain_deprecated, inotify)
r_dir_file(domain_deprecated, cgroup)
allow domain_deprecated proc_meminfo:file r_file_perms;