mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Install the touch driver kernel modules to muskie vendor image and insert them once filesystem is ready. Also enable insmod sepolicy for init process. Bug: 32574003 Change-Id: I2ad9969816e5ebd98b53d07bd3b55c533b8997b2 Signed-off-by: David Lin <dtwlin@google.com>
3 lines
82 B
Plaintext
3 lines
82 B
Plaintext
allow init self:capability sys_module;
|
|
allow init system_file:system module_load;
|