aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar nya1 <16636743+nya1@users.noreply.github.com>2023-01-14 16:04:43 +0100
committerLibravatar nya1 <16636743+nya1@users.noreply.github.com>2023-01-14 16:04:43 +0100
commited16bdfdfd98d58c1aab31d17085834b13eea3c8 (patch)
treea3905ce646ce7ebf7bb0c4238f03c10358f8b32d /README.md
parentRELNOTES: add bugfix for --profile-path in --help (diff)
downloadfirejail-ed16bdfdfd98d58c1aab31d17085834b13eea3c8.tar.gz
firejail-ed16bdfdfd98d58c1aab31d17085834b13eea3c8.tar.zst
firejail-ed16bdfdfd98d58c1aab31d17085834b13eea3c8.zip
chore: update readme with flag to enable apparmor on ./configure
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21ee88979..163ab4de0 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ $ cd firejail
115$ ./configure && make && sudo make install-strip 115$ ./configure && make && sudo make install-strip
116````` 116`````
117On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor 117On Debian/Ubuntu you will need to install git and gcc compiler. AppArmor
118development libraries and pkg-config are required when using `--apparmor` 118development libraries and pkg-config are required when using `--enable-apparmor`
119./configure option: 119./configure option:
120````` 120`````
121$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk 121$ sudo apt-get install git build-essential libapparmor-dev pkg-config gawk