Skip to content

Commit

Permalink
Document --with-sandbox-capsicum.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Aug 31, 2014
1 parent 37a4aa8 commit 519d41d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,8 @@ Optional Packages:
--without-smi don't link with libsmi
--with-user=USERNAME drop privileges by default to USERNAME
--with-chroot=DIRECTORY when dropping privileges, chroot to DIRECTORY
--with-sandbox-capsicum
--with-sandbox-capsicum use Capsicum security functions [default=yes, if
available]
--with-crypto use OpenSSL libcrypto [default=yes, if available]
Some influential environment variables:
Expand Down
4 changes: 3 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ else
AC_MSG_RESULT(no)
fi

AC_ARG_WITH(sandbox-capsicum, [ --with-sandbox-capsicum ])
AC_ARG_WITH(sandbox-capsicum,
AS_HELP_STRING([--with-sandbox-capsicum],
[use Capsicum security functions @<:@default=yes, if available@:>@]))
#
# Check whether various functions are available. If any are, set
# ac_lbl_capsicum_function_seen to yes; if any are not, set
Expand Down

0 comments on commit 519d41d

Please sign in to comment.