1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Add SYS_RESOURCE to list of valid privileges

This commit is contained in:
Nolan Darilek
2018-08-07 03:21:21 +00:00
parent ec823edd8f
commit 68eafb0a7d

View File

@@ -63,7 +63,8 @@ PRIVILEGED_ALL = [
"SYS_RAWIO",
"IPC_LOCK",
"SYS_TIME",
"SYS_NICE"
"SYS_NICE",
"SYS_RESOURCE"
]
BASE_IMAGE = {