device_lenovo_sdm710-common/sepolicy/vendor/kernel.te

8 lines
202 B
Text
Raw Normal View History

allow kernel self:system syslog_read;
# Allow kernel to read kmsg_device
allow kernel kmsg_device:chr_file r_file_perms;
# Allow kernel to search in block_device
allow kernel block_device:dir search;