From ed16bdfdfd98d58c1aab31d17085834b13eea3c8 Mon Sep 17 00:00:00 2001 From: nya1 <16636743+nya1@users.noreply.github.com> Date: Sat, 14 Jan 2023 16:04:43 +0100 Subject: chore: update readme with flag to enable apparmor on ./configure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 21ee88979..163ab4de0 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ $ cd firejail $ ./configure && make && sudo make install-strip ````` On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor -development libraries and pkg-config are required when using `--apparmor` +development libraries and pkg-config are required when using `--enable-apparmor` ./configure option: ````` $ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk -- cgit v1.2.3-54-g00ecf