1
0
mirror of https://github.com/containers/youki synced 2024-09-24 13:01:37 +02:00
youki/crates/libcgroups/src/systemd/dbus_native
Yashodhan 601df9ecd3
Fix cgroups determination in exec implementation (#2720)
* Set cgroups path for tenant containers from main container

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Ignore new_user_ns for creating cgroups path

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Remove user_ns param completely

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Add tests in podman rootless for exec

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix add_task implementation for cgroups v2 and systemd

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* minor refactor in tenant builder

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Add unit test for systemd add_task function

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix task addition to properly add tasks via dbus api

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix cross cotainers for tests running

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

---------

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-27 21:49:58 +09:00
..
client.rs Fix cgroups determination in exec implementation (#2720) 2024-04-27 21:49:58 +09:00
dbus.rs Fix cgroups determination in exec implementation (#2720) 2024-04-27 21:49:58 +09:00
message.rs Change .unwrap to error propagation in libraries 2024-02-23 17:01:20 +05:30
mod.rs podman rootless with dbus native (#2370) 2023-10-05 21:08:06 +09:00
proxy.rs Fix cgroups determination in exec implementation (#2720) 2024-04-27 21:49:58 +09:00
serialize.rs podman rootless with dbus native (#2370) 2023-10-05 21:08:06 +09:00
utils.rs Change .unwrap to error propagation in libraries 2024-02-23 17:01:20 +05:30