mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
It is no longer necessary to be `root` to query the guest protection (TDX) on `x86_64` systems, so drop the requirement. > **Note:** > > This change drops the `nix` `Uid` import required for the `root` check. > But at the same time it adds it for PPC64le since that implementation of > `available_guest_protection()` needs it and it was previously missing. Fixes: #8548. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
kata-sys-util
This crate is a collection of utilities and helpers for Kata Containers components to access system services.
It provides safe wrappers over system services, such as:
- cgroups
- file systems
- mount
- NUMA
Support
Operating Systems:
- Linux
License
This code is licensed under Apache-2.0.