Add system_file_type

am: 187047b279

Change-Id: I6a0f5825d7bb7ebac6ad2b3003fe690d49f237f6
This commit is contained in:
Nick Kralevich
2018-09-27 21:14:05 -07:00
committed by android-build-merger
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;