Merge "Grant vdc access to kmsg" into oc-dev
This commit is contained in:
commit
0c31c85a28
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ allow vdc dumpstate:unix_dgram_socket { read write };
|
|||
|
||||
# vdc can be invoked with logwrapper, so let it write to pty
|
||||
allow vdc devpts:chr_file rw_file_perms;
|
||||
|
||||
# vdc writes directly to kmsg during the boot process
|
||||
allow vdc kmsg_device:chr_file w_file_perms;
|
||||
|
|
Loading…
Reference in a new issue