Skip to content

Commit

Permalink
docs: fix typos of --enable-selinux configure option (#6526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tredondo authored Oct 31, 2024
1 parent b2be487 commit cf02e8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit cf02e8d

Please sign in to comment.