mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 00:26:29 +00:00
Allow privileged capability SYS_RAWIO (#136)
In order to allow writes to /dev/mem, which is needed e.g. to use the GPIO ports on Raspberry Pi, the SYS_RAWIO capability needs to be granted. Fixes #134.
This commit is contained in:
parent
46f323791d
commit
eaa489abec
@ -38,6 +38,7 @@ STARTUP_ALL = [
|
||||
PRIVILEGED_ALL = [
|
||||
"NET_ADMIN",
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO"
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user