Add system_file_type

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

Test: Policy compiles.
Change-Id: Ic834caefe1417465ac842ddce909e968511f45b2
This commit is contained in:
Nick Kralevich
2018-09-27 17:37:57 -07:00
parent c1dc8b8aee
commit 187047b279
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -4,4 +4,4 @@
# settings app
#
type init_elabel, domain, coredomain;
type init_elabel_exec, exec_type, file_type;
type init_elabel_exec, system_file_type, exec_type, file_type;

View File

@@ -1,5 +1,5 @@
type move-widevine-data-sh, domain, coredomain;
type move-widevine-data-sh_exec, exec_type, file_type;
type move-widevine-data-sh_exec, system_file_type, exec_type, file_type;
init_daemon_domain(move-widevine-data-sh);
typeattribute move-widevine-data-sh data_between_core_and_vendor_violators;