Files
device_google_walleye/sepolicy/init.te
David Lin 0cc2da2fed muskie: touchscreen driver now loaded as kernel module
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>
2017-02-06 00:32:01 +00:00

3 lines
82 B
Plaintext

allow init self:capability sys_module;
allow init system_file:system module_load;