1
0
mirror of https://github.com/containers/youki synced 2026-07-21 11:04:58 +02:00
Files
Lindroos Hsu 8ed7176721 fix: youki spec state vs runc spec state generated config differences (#3645)
* mute process.capabilities.inheritable and process.capabilities.ambient

Signed-off-by: tommady <tommady@users.noreply.github.com>

* align linux.resources.devices

Signed-off-by: tommady <tommady@users.noreply.github.com>

* align linux.namespaces (cgroup)

Signed-off-by: tommady <tommady@users.noreply.github.com>

* handle rootless

Signed-off-by: tommady <tommady@users.noreply.github.com>

* handle issue 3626

Signed-off-by: tommady <tommady@users.noreply.github.com>

* address comment: rename to normalize_spec

Signed-off-by: tommady <tommady@users.noreply.github.com>

* address comment: rename to normalize_spec

Signed-off-by: tommady <tommady@users.noreply.github.com>

* address comment: move StateExporter from libcontainer into youki crate

Signed-off-by: tommady <tommady@users.noreply.github.com>

* rename LibState to ContainerState

Signed-off-by: tommady <tommady@users.noreply.github.com>

* address comment: set ambient and inheritable to None in normalize_spec

Signed-off-by: tommady <tommady@users.noreply.github.com>

* address comment: use *_mut() instead of clone

Signed-off-by: tommady <tommady@users.noreply.github.com>

* address comment: add created and owner into new state displaying

Signed-off-by: tommady <tommady@users.noreply.github.com>

---------

Signed-off-by: tommady <tommady@users.noreply.github.com>
2026-07-18 10:17:59 +09:00
..