mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
Merge pull request #631 from ndarilek/dev
Add SYS_RESOURCE to list of valid privileges
This commit is contained in:
commit
bdc2bdcf56
@ -63,7 +63,8 @@ PRIVILEGED_ALL = [
|
||||
"SYS_RAWIO",
|
||||
"IPC_LOCK",
|
||||
"SYS_TIME",
|
||||
"SYS_NICE"
|
||||
"SYS_NICE",
|
||||
"SYS_RESOURCE"
|
||||
]
|
||||
|
||||
BASE_IMAGE = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user