Skip to content

Commit

Permalink
Refer to firejail.config in configuration files (netblue30#4916)
Browse files Browse the repository at this point in the history
* fix globalcfg help string

* fix --disable-globalcfg explanation
  • Loading branch information
glitsj16 committed Feb 8, 2022
1 parent 918fa1e commit ad56b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ Optional Features:
--disable-firetunnel disable firetunnel
--disable-private-home disable private home feature
--disable-chroot disable chroot
--disable-globalcfg if the global config file firejail.cfg is not
--disable-globalcfg if the global config file firejail.config is not
present, continue the program using defaults
--disable-network disable network
--disable-userns disable user namespace
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ HAVE_GLOBALCFG=""
AC_SUBST([HAVE_GLOBALCFG])
AC_ARG_ENABLE([globalcfg],
[AS_HELP_STRING([--disable-globalcfg],
[if the global config file firejail.cfg is not present, continue the program using defaults])])
[if the global config file firejail.config is not present, continue the program using defaults])])
AS_IF([test "x$enable_globalcfg" != "xno"], [
HAVE_GLOBALCFG="-DHAVE_GLOBALCFG"
])
Expand Down

0 comments on commit ad56b37

Please sign in to comment.