aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-18 10:29:57 -0500
committerLibravatar GitHub <noreply@github.com>2023-01-18 10:29:57 -0500
commit70974170c7c83e7f617d9c2920a4073a23fef798 (patch)
tree2b294fe9fba1e918cefc2570c9b47d7a3e9c1f64 /README.md
parentupdate README.md (diff)
parentrefactor: do not show apparmor CLI options if app armor is not supported (diff)
downloadfirejail-70974170c7c83e7f617d9c2920a4073a23fef798.tar.gz
firejail-70974170c7c83e7f617d9c2920a4073a23fef798.tar.zst
firejail-70974170c7c83e7f617d9c2920a4073a23fef798.zip
Merge pull request #5589 from nya1/fix/apparmor-invalid-command-line-option
docs: remove apparmor options in --help when building without apparmor support
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 5f4aedcde..8a55d2433 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