2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-23 02:27:12 +00:00

Update README build instructions to have cross links

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen 2019-05-09 22:58:50 -07:00
parent 74ade80cf1
commit c50eb09ebc

View File

@ -94,7 +94,7 @@ $ export PYTHON_VERSION=3
$ export PYTHON_VERSIONS=python3 $ export PYTHON_VERSIONS=python3
``` ```
### libapparmor ### libapparmor:
``` ```
$ cd ./libraries/libapparmor $ cd ./libraries/libapparmor
@ -193,10 +193,10 @@ $ sudo bash open.sh -r # runs and saves the last testcase from open.sh
``` ```
## using apparmor userspace from the tree. ## using apparmor userspace from the tree.
- [build libapparmor](apparmor#) - [build libapparmor](#libapparmor)
- [build binutils](apparmor#binary-utilities) - [build binutils](#binary-utilities)
- [build apparmor parser](apparmor#) - [build apparmor parser](#parser)
- [build Pam apparmor]() - [build Pam apparmor](#pam-apparmor)
``` ```
$ cd tests/regression/apparmor (requires root) $ cd tests/regression/apparmor (requires root)