Files
linuxkit/pkg/acpid/build.yml
Sylvain Prat 1c3e40ea2b Fixes #3738: add missing devices to acpid
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>
2021-12-09 21:05:34 +01:00

10 lines
115 B
YAML

image: acpid
config:
binds:
- /dev:/dev
devices:
- path: all
type: c
major: 13
pid: host