mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
c2a65942d9
* Add support for Darwin Directory Service groups This allows users to verify groups added by Chef on OS X. The current method that `UnixGroup` uses is to check the contents of `/etc/group`, but OS X adds groups to Directory Service and not `/etc/group`. This modifies the `group` resource on Darwin to use `dscacheutil` to get group info. Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com> * Clean up `select_group_manager` Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com> * Clean up DarwinGroup `groups` method Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com> |
||
---|---|---|
.. | ||
cmd | ||
files | ||
profiles |