Merge "Add system_file_type"
diff --git a/car_product/sepolicy/test/powertestservice.te b/car_product/sepolicy/test/powertestservice.te
index 2e2ace7..2d7d48e 100644
--- a/car_product/sepolicy/test/powertestservice.te
+++ b/car_product/sepolicy/test/powertestservice.te
@@ -1,5 +1,5 @@
 type powertestservice, domain, coredomain;
-type powertestservice_exec, exec_type, file_type;
+type powertestservice_exec, exec_type, file_type, system_file_type;
 
 init_daemon_domain(powertestservice)