pkg/kmsg: grant access to /dev/kmsg

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-18 17:13:08 +01:00
parent 6bc99c5ff2
commit 7434e5f5aa

View File

@ -2,5 +2,11 @@ image: kmsg
config:
binds:
- /dev/kmsg:/dev/kmsg
devices:
- path: "/dev/kmsg"
type: c
major: 1
minor: 11
mode: 0666
capabilities:
- CAP_SYSLOG