mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +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: I0962be7cdfbbcad77e187f31355e8f604a929a8c
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user