summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich2018-09-27 14:29:29 -0500
committerNick Kralevich2018-09-27 14:29:29 -0500
commit708bd3efcaf6c47d8bb5f34601b9cd174bcbe674 (patch)
tree29e1afa252d021c5aa55e7a16472bbf7ef5d143b /car_product
parent910e841ea8cd651dbb5277ea0c9614df3519c34a (diff)
downloadplatform-packages-services-car-708bd3efcaf6c47d8bb5f34601b9cd174bcbe674.tar.gz
platform-packages-services-car-708bd3efcaf6c47d8bb5f34601b9cd174bcbe674.tar.xz
platform-packages-services-car-708bd3efcaf6c47d8bb5f34601b9cd174bcbe674.zip
Add system_file_type
This file resides on /system, so must be annotated with the system_file_type attribute. Test: Policy compiles. Change-Id: I4aeacf4033a84ef0b088ae6c92f9531bbbf991b6
Diffstat (limited to 'car_product')
-rw-r--r--car_product/sepolicy/test/powertestservice.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/car_product/sepolicy/test/powertestservice.te b/car_product/sepolicy/test/powertestservice.te
index 2e2ace7f..2d7d48e3 100644
--- a/car_product/sepolicy/test/powertestservice.te
+++ b/car_product/sepolicy/test/powertestservice.te
@@ -1,5 +1,5 @@
1type powertestservice, domain, coredomain; 1type powertestservice, domain, coredomain;
2type powertestservice_exec, exec_type, file_type; 2type powertestservice_exec, exec_type, file_type, system_file_type;
3 3
4init_daemon_domain(powertestservice) 4init_daemon_domain(powertestservice)
5 5