Merge "vendor_init permissions for unencrypted_data_file are now global" into pi-dev

This commit is contained in:
Tom Cherry
2018-04-18 17:37:22 +00:00
committed by Android (Google) Code Review

View File

@@ -7,14 +7,9 @@ allow vendor_init {
ramoops_data_file
system_data_file
tombstone_data_file
unencrypted_data_file
wifi_data_file
}:dir { create search getattr open read setattr ioctl write add_name remove_name rmdir relabelfrom };
allow vendor_init {
unencrypted_data_file
}:file { create getattr open read write setattr relabelfrom unlink };
allow vendor_init debugfs_clk:file w_file_perms;
allow vendor_init proc_uid_cpupower:file write;
dontaudit vendor_init kernel:system module_request;