Merge "Enable Kernel log from linkerconfig"

This commit is contained in:
Treehugger Robot 2019-07-23 10:27:35 +00:00 committed by Gerrit Code Review
commit 4fd03ba7b3

View file

@ -7,4 +7,7 @@ init_daemon_domain(linkerconfig)
allow linkerconfig linkerconfig_file:dir rw_dir_perms;
allow linkerconfig linkerconfig_file:file create_file_perms;
# Allow linkerconfig to log to the kernel.
allow linkerconfig kmsg_device:chr_file w_file_perms;
neverallow { domain -init -linkerconfig } linkerconfig_exec:file no_x_file_perms;