Allow addons that require IPC_LOCK capability (#397)

This commit is contained in:
mark9white 2018-03-03 22:06:42 +00:00 committed by Pascal Vizeli
parent 8ee9380cc7
commit 38ec3d14ed

View File

@ -60,6 +60,7 @@ PRIVILEGED_ALL = [
"NET_ADMIN",
"SYS_ADMIN",
"SYS_RAWIO",
"IPC_LOCK",
"SYS_TIME",
"SYS_NICE"
]