mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-03 01:42:18 +00:00
Add system_file_type
am: 187047b279
Change-Id: I6a0f5825d7bb7ebac6ad2b3003fe690d49f237f6
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
2
sepolicy/vendor/move-widevine-data-sh.te
vendored
2
sepolicy/vendor/move-widevine-data-sh.te
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user