Skip to content

Commit

Permalink
fix: install under FreeBSD 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Jul 2, 2024
1 parent b1396b2 commit 603425b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Any other so-called "modern" Linux version are not tested with each release, but

The following OS are also tested with each release:

- FreeBSD/HardenedBSD 13.0\*\*
- FreeBSD/HardenedBSD 13.2\*\*

\*\*: Note that these have partial MFA support, due to their reduced set of available `pam` plugins. Support for either an additional password or TOTP factor can be configured, but not both at the same time. The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 13.0.
\*\*: Note that these have partial MFA support, due to their reduced set of available `pam` plugins. Support for either an additional password or TOTP factor can be configured, but not both at the same time. The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 13.2.

Other BSD variants, such as OpenBSD and NetBSD, are unsupported as they have a severe limitation over the maximum number of supplementary groups, causing problems for group membership and restricted commands checks, as well as no filesystem-level ACL support and missing PAM support (hence no MFA).

Expand Down
1 change: 1 addition & 0 deletions bin/admin/install-ttyrec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ action_static() {
cd docs
for file in *.1; do
action_detail "/usr/local/man/man1/$file"
mkdir -p /usr/local/man/man1/
install -m 0644 "$file" /usr/local/man/man1/
done
action_done
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/installation/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ but should work with no or minor adjustments.

The following OS are also tested with each release:

- FreeBSD/HardenedBSD 13.0\*\*
- FreeBSD/HardenedBSD 13.2\*\*

\*\*: Note that these have partial MFA support, due to their reduced set of available ``pam`` plugins.
Support for either an additional password or TOTP factor can be configured, but not both at the same time.
The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 13.0.
The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 13.2.

Other BSD variants, such as OpenBSD and NetBSD, are unsupported as they have a severe limitation over the maximum
number of supplementary groups, causing problems for group membership and restricted commands checks,
Expand Down

0 comments on commit 603425b

Please sign in to comment.