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
@ -2,4 +2,8 @@ image: acpid
|
||||
config:
|
||||
binds:
|
||||
- /dev:/dev
|
||||
devices:
|
||||
- path: all
|
||||
type: c
|
||||
major: 13
|
||||
pid: host
|
||||
|
Loading…
Reference in New Issue
Block a user