mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-20 15:46:29 +00:00
Add SYS_RESOURCE to list of valid privileges
This commit is contained in:
parent
ec823edd8f
commit
68eafb0a7d
@ -63,7 +63,8 @@ PRIVILEGED_ALL = [
|
|||||||
"SYS_RAWIO",
|
"SYS_RAWIO",
|
||||||
"IPC_LOCK",
|
"IPC_LOCK",
|
||||||
"SYS_TIME",
|
"SYS_TIME",
|
||||||
"SYS_NICE"
|
"SYS_NICE",
|
||||||
|
"SYS_RESOURCE"
|
||||||
]
|
]
|
||||||
|
|
||||||
BASE_IMAGE = {
|
BASE_IMAGE = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user