From cf02e8dd4f92d9c200286bb8d8546c22adace5cb Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:48:37 +0800 Subject: [PATCH] docs: fix typos of --enable-selinux configure option (#6526) --- README | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index d64554f9a9a..6b9a10ba130 100644 --- a/README +++ b/README @@ -34,7 +34,8 @@ libraries and pkg-config are required when using the --enable-apparmor sudo apt-get install git build-essential libapparmor-dev pkg-config gawk -For --selinux option, add libselinux1-dev (libselinux-devel for Fedora). +For the --enable-selinux option, add libselinux1-dev (libselinux-devel for +Fedora). We build our release firejail.tar.xz and firejail.deb packages using the following commands: diff --git a/README.md b/README.md index 33bd6bfb321..0803a16c823 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,8 @@ libraries and pkg-config are required when using the `--enable-apparmor` sudo apt-get install git build-essential libapparmor-dev pkg-config gawk ``` -For `--selinux` option, add libselinux1-dev (libselinux-devel for Fedora). +For the `--enable-selinux` option, add libselinux1-dev (libselinux-devel for +Fedora). Detailed information on using firejail from git is available on the [wiki](https://github.com/netblue30/firejail/wiki/Using-firejail-from-git).