mirror of
https://github.com/inspec/inspec
synced 2024-11-14 08:57:11 +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> |
||
---|---|---|
.. | ||
filter_array_test.rb | ||
filter_table_test.rb | ||
find_files_test.rb | ||
passwd_parser_test.rb | ||
simpleconfig_test.rb | ||
solaris_netstat_parser.rb |