From 05f4dc1902103f7afa9e74cf33daeb2739b4c8da Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 20 Mar 2024 20:44:24 +0000 Subject: [PATCH] docs: Update libseccomp instructions in Developers Guide This PR updates the libseccomp instructions in the Developers Guide. Fixes #9323 Signed-off-by: Gabriela Cervantes --- docs/Developer-Guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index 70bf190de4..34ecaf1a2a 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -268,8 +268,10 @@ to install `libseccomp` for the agent. ```bash $ mkdir -p ${seccomp_install_path} ${gperf_install_path} -$ kata-containers/ci/install_libseccomp.sh ${seccomp_install_path} ${gperf_install_path} +$ pushd kata-containers/ci +$ script -fec 'sudo -E ./install_libseccomp.sh ${seccomp_install_path} ${gperf_install_path}"' $ export LIBSECCOMP_LIB_PATH="${seccomp_install_path}/lib" +$ popd ``` On `ppc64le` and `s390x`, `glibc` is used. You will need to install the `libseccomp` library