Skip to content

Commit

Permalink
Merge pull request #65 from KJTsanaktsidis/ktsanaktsidis/fix_leakchec…
Browse files Browse the repository at this point in the history
…ker_myhostname

Don't load myhostname NSS module in leakchecker
  • Loading branch information
KJTsanaktsidis authored Jan 22, 2024
2 parents f9d657c + 1b71c0a commit 58b7caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mspec/runner/actions/leakchecker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def disable_nss_modules
nss_configure_lookup.call 'passwd', 'files'
nss_configure_lookup.call 'shadow', 'files'
nss_configure_lookup.call 'group', 'files'
nss_configure_lookup.call 'hosts', 'files dns myhostname'
nss_configure_lookup.call 'hosts', 'files dns'
nss_configure_lookup.call 'services', 'files'
nss_configure_lookup.call 'netgroup', 'files'
nss_configure_lookup.call 'automount', 'files'
Expand Down

0 comments on commit 58b7caa

Please sign in to comment.