From 1556e62e10fcefb4a6be4891df15ccc60ecbc48f Mon Sep 17 00:00:00 2001 From: Jeroen Rijken Date: Wed, 6 Jul 2022 20:50:35 +0200 Subject: [PATCH] Update build instructions for Ubuntu --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b082b24..97c37edb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ This is fundamentally different from how AppArmor is used on Linux server as it * An `apparmor` based linux distribution. * Base profiles and abstractions shipped with AppArmor are supposed to be installed. +* Go +* rsync **Archlinux** @@ -65,6 +67,8 @@ sudo pacman -U apparmor.d-*.pkg.tar.zst \ Build using standard Debian package build tools: ```sh +sudo apt install debhelper ubuntu-dev-tools config-package-dev golang-go apparmor-profiles rsync + dpkg-buildpackage -b -d --no-sign sudo dpkg -i ../apparmor.d_*_all.deb ```