mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Merge "Adding allows to init.te and kernel.te to address boot logs."
This commit is contained in:
@@ -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
4
sepolicy/kernel.te
Normal file
@@ -0,0 +1,4 @@
|
||||
# for diag over socket
|
||||
userdebug_or_eng(`
|
||||
allow kernel self:socket create;
|
||||
')
|
||||
Reference in New Issue
Block a user