Skip to content

Commit

Permalink
Fix docs per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Jan 12, 2024
1 parent b57fed6 commit 30c977f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mock/docs/site-defaults.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@

# Whether to use host's shadow-utils to provision users and groups in the
# buildroot, which we normally want to do because host shadow-utils are
# newer and more flexible than buildroot ones.However, there is an issue in shadow-utils
# newer and more flexible than buildroot ones. However, there is an issue in shadow-utils
# where even using the --prefix (or, even --root if we did it that way) option, the host
# config will "leak" into the chroot. This is not an issue if the configs are
# effectively the same between host and buildroot, but will cause problems if, for
Expand Down
2 changes: 1 addition & 1 deletion mock/py/mockbuild/shadow_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _execute_command(self, command, can_fail=False):
with self.root.uid_manager.elevated_privileges():
# Ordinarily we do not want to depend on shadow-utils in the bootstrap, but
# configuring certain options (such as FreeIPA-provided subids) can make it
# impossible to create users in the bootstrap using host shadow-utils so we
# impossible to create users in the buildroot using host shadow-utils so we
# provide this workaround.
# Tracking upstream bug https://github.com/shadow-maint/shadow/issues/897
if self.root.config['use_host_shadow_utils']:
Expand Down

0 comments on commit 30c977f

Please sign in to comment.