Files
device_google_wahoo/sepolicy/vendor/surfaceflinger.te
Jeff Vander Stoep a287c3bb29 suppress spurious module loading denials
We only load modules during boot, on only by a single script:
init.insmod.sh

Other denials are caused by code we don't rely on that
automatically looks for modules.

Bug: 34784662
Test: build policy
Change-Id: Iccdbe52582e9960f49ecb4ba9b472cf792e48fe6
2017-06-15 15:38:56 -07:00

4 lines
151 B
Plaintext

dontaudit surfaceflinger firmware_file:dir search;
dontaudit surfaceflinger kernel:system module_request;
allow surfaceflinger debugfs_ion:dir search;