Update build instructions for Ubuntu
This commit is contained in:
parent
3d63f9e21e
commit
1556e62e10
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ This is fundamentally different from how AppArmor is used on Linux server as it
|
||||||
* An `apparmor` based linux distribution.
|
* An `apparmor` based linux distribution.
|
||||||
* Base profiles and abstractions shipped with AppArmor are supposed to be
|
* Base profiles and abstractions shipped with AppArmor are supposed to be
|
||||||
installed.
|
installed.
|
||||||
|
* Go
|
||||||
|
* rsync
|
||||||
|
|
||||||
**Archlinux**
|
**Archlinux**
|
||||||
|
|
||||||
|
|
@ -65,6 +67,8 @@ sudo pacman -U apparmor.d-*.pkg.tar.zst \
|
||||||
|
|
||||||
Build using standard Debian package build tools:
|
Build using standard Debian package build tools:
|
||||||
```sh
|
```sh
|
||||||
|
sudo apt install debhelper ubuntu-dev-tools config-package-dev golang-go apparmor-profiles rsync
|
||||||
|
|
||||||
dpkg-buildpackage -b -d --no-sign
|
dpkg-buildpackage -b -d --no-sign
|
||||||
sudo dpkg -i ../apparmor.d_*_all.deb
|
sudo dpkg -i ../apparmor.d_*_all.deb
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue