7f69622f6f
Change-Id: Ie506bd769173d1c5780cfbf8b2740b5c5d66d8c5 Signed-off-by: DennySPb <dennyspb@gmail.com>
7 lines
202 B
Text
7 lines
202 B
Text
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;
|