Shah
Shah
I'm trying to make vtpm run with a non-root user, I have tried the USER configuration in docker file and also in the docker-compose file, but for some reason unknown...
Add a few more security test, overall : * check if kernel module signing is enabled. * check if there are any unconfined processes running on the system. * check...
**Description** Linuxkit doesn't use containers `/etc/passwd` and `/etc/group` files to resolve user and group names defined in `build.yml`. Instead it assigns incrementally created ids to the container[1]. It only respects...
This is really janky at the moment, but the idea is to get rid of the escrip and write tests using go testing infra. 1. Goal is to follow two...
This is a test for https://github.com/lf-edge/eve/pull/4142, but I don't know which one should go first ?! - [x] Wait for next release with https://github.com/lf-edge/eve/pull/4204 - [x] Open a PR to...
1. TestVtpmIsRunningOnEVE checks if the vTPM process is running on the EVE node, it does this by checking if the vTPM control socket is open and the vTPM process is...
Return error and let the user handle it the way they want, instead of exiting the program by calling `log.Fatal()`. Otherwise it makes causes some unexpected situations, for example `PodDeploy`...
The idea is to not have pre-cooked OVMF_VARS files for different UEFI settings, but to have EFI application to run and manipulate the settings to our liking before booting the...