Add system_file_type

This file resides on /system, so must be annotated with the
system_file_type attribute.

Test: Policy compiles.
Change-Id: I0962be7cdfbbcad77e187f31355e8f604a929a8c
This commit is contained in:
Nick Kralevich
2018-10-04 15:53:45 -07:00
parent 0a376ea106
commit b0fdf8aa1d

View File

@@ -1,5 +1,5 @@
type ramoops, domain, coredomain;
type ramoops_exec, exec_type, file_type;
type ramoops_exec, exec_type, file_type, system_file_type;
init_daemon_domain(ramoops);