mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
Allow addons that require IPC_LOCK capability (#397)
This commit is contained in:
parent
8ee9380cc7
commit
38ec3d14ed
@ -60,6 +60,7 @@ PRIVILEGED_ALL = [
|
||||
"NET_ADMIN",
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO",
|
||||
"IPC_LOCK",
|
||||
"SYS_TIME",
|
||||
"SYS_NICE"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user