Merge "Adding allows to init.te and kernel.te to address boot logs."

This commit is contained in:
Max Bires
2017-02-08 04:47:39 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
allow init self:capability sys_module;
allow init system_file:system module_load;
allow init persist_file:dir mounton;

4
sepolicy/kernel.te Normal file
View File

@@ -0,0 +1,4 @@
# for diag over socket
userdebug_or_eng(`
allow kernel self:socket create;
')