Sepolicy: Clean up moved files
Coalesce statements to clean up policies.
Test: m
Change-Id: I3794d6bf1bce04e700d2d8e3365249cf75bd527d
diff --git a/private/cppreopts.te b/private/cppreopts.te
index 43340e0..1a8fa0b 100644
--- a/private/cppreopts.te
+++ b/private/cppreopts.te
@@ -4,11 +4,9 @@
# partition. This domain ensures that we are only copying into specific
# directories.
-type cppreopts, domain, mlstrustedsubject;
+type cppreopts, domain, mlstrustedsubject, coredomain;
type cppreopts_exec, system_file_type, exec_type, file_type;
-typeattribute cppreopts coredomain;
-
# Technically not a daemon but we do want the transition from init domain to
# cppreopts to occur.
init_daemon_domain(cppreopts)