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>
This commit is contained in:
Sylvain Prat 2021-12-09 09:21:39 +01:00
parent cd4c49b469
commit 1c3e40ea2b

View File

@ -1,5 +1,9 @@
image: acpid image: acpid
config: config:
binds: binds:
- /dev:/dev - /dev:/dev
devices:
- path: all
type: c
major: 13
pid: host pid: host