mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
pkg/kmsg: grant access to /dev/kmsg
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
6bc99c5ff2
commit
7434e5f5aa
@ -2,5 +2,11 @@ image: kmsg
|
|||||||
config:
|
config:
|
||||||
binds:
|
binds:
|
||||||
- /dev/kmsg:/dev/kmsg
|
- /dev/kmsg:/dev/kmsg
|
||||||
|
devices:
|
||||||
|
- path: "/dev/kmsg"
|
||||||
|
type: c
|
||||||
|
major: 1
|
||||||
|
minor: 11
|
||||||
|
mode: 0666
|
||||||
capabilities:
|
capabilities:
|
||||||
- CAP_SYSLOG
|
- CAP_SYSLOG
|
||||||
|
Loading…
Reference in New Issue
Block a user