mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
docs: Update libseccomp instructions in Developers Guide
This PR updates the libseccomp instructions in the Developers Guide. Fixes #9323 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
163103d59e
commit
05f4dc1902
@ -268,8 +268,10 @@ to install `libseccomp` for the agent.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ mkdir -p ${seccomp_install_path} ${gperf_install_path}
|
$ 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"
|
$ export LIBSECCOMP_LIB_PATH="${seccomp_install_path}/lib"
|
||||||
|
$ popd
|
||||||
```
|
```
|
||||||
|
|
||||||
On `ppc64le` and `s390x`, `glibc` is used. You will need to install the `libseccomp` library
|
On `ppc64le` and `s390x`, `glibc` is used. You will need to install the `libseccomp` library
|
||||||
|
Loading…
Reference in New Issue
Block a user