2b7fabeef0
* Fixed denials for time daemon, mpdecision, vold, TSP and more Using audit2allow and audit.log I no longer see any errors * Removed unnecessary lines from system_app due to changes in CMHW Change-Id: I47a34074bf27a11c67ec54e57616347690cf6d3b
6 lines
301 B
Text
6 lines
301 B
Text
allow time_daemon system_app:dir search;
|
|
allow time_daemon system_app:file { read open };
|
|
allow time_daemon system_server:dir search;
|
|
allow time_daemon system_server:file { open read };
|
|
allow time_daemon time_data_file:dir remove_name;
|
|
allow time_daemon time_data_file:file { getattr append unlink };
|