1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-18 13:36:14 +02:00

update the README about seccomp. (#301)

This commit is contained in:
utam0k 2021-09-17 01:34:25 +09:00 committed by GitHub
parent eca4dee46c
commit 4ed8b84626
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,10 +45,10 @@ youki is not at the practical stage yet. However, it is getting closer to practi
| Capabilities | Limiting root privileges | ✅ |
| Cgroups v1 | Resource limitations, etc | ✅ |
| Cgroups v2 | Improved version of v1 | Support is complete except for devices. WIP on [#78](https://github.com/containers/youki/issues/78) |
| Seccomp | Filtering system calls | WIP on [#25](https://github.com/containers/youki/issues/25) |
| Seccomp | Filtering system calls | |
| Hooks | Add custom processing during container creation | ✅ |
| Rootless | Running a container without root privileges | It works, but cgroups isn't supported. WIP on [#77](https://github.com/containers/youki/issues/77) |
| OCI Compliance | Compliance with OCI Runtime Spec | 49 out of 53 test cases passing |
| OCI Compliance | Compliance with OCI Runtime Spec | 50 out of 53 test cases passing |
# Design and implementation of youki
![sequence diagram of youki](docs/.drawio.svg)