mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
b5cd64d16a
Most passwd/shadow implementations treat lines that start with '#' as comments. For example, the implementation in OS X: if (buf[0] == '#') { /* skip comments for Rhapsody. */ continue; } https://opensource.apple.com/source/remote_cmds/remote_cmds-41/rpc_yppasswdd.tproj/passwd.c Fixes #725 Signed-off-by: Steven Danna <steve@chef.io> |
||
---|---|---|
.. | ||
cookbooks/os_prepare | ||
functional | ||
integration/default | ||
resource | ||
unit | ||
docker_run.rb | ||
docker_test.rb | ||
helper.rb | ||
test-extra.yaml | ||
test.yaml |