mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
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:
parent
cd4c49b469
commit
1c3e40ea2b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user