mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 04:04:13 +00:00
According to busybox' acpid code, acpid should be allowed to access /dev/input/event*, so we all all "input" devices (whose major number is 13) Signed-off-by: Sylvain Prat <sylvain.prat@gmail.com>
10 lines
115 B
YAML
10 lines
115 B
YAML
image: acpid
|
|
config:
|
|
binds:
|
|
- /dev:/dev
|
|
devices:
|
|
- path: all
|
|
type: c
|
|
major: 13
|
|
pid: host
|