Implement Registry.Remove.

Remove implements the behaviour or msgctl(IPC_RMID).

Updates #135
This commit is contained in:
Zyad A. Ali
2021-07-13 22:12:02 +02:00
parent 7eae6402c1
commit 084aa4fa51
2 changed files with 24 additions and 2 deletions
-1
View File
@@ -26,7 +26,6 @@ go_library(
"//pkg/abi/linux",
"//pkg/context",
"//pkg/errors/linuxerr",
"//pkg/log",
"//pkg/sentry/fs",
"//pkg/sentry/kernel/auth",
"//pkg/sentry/kernel/ipc",