mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-02 05:49:32 +00:00
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:
@@ -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