aaronclarke

Results 10 issues of aaronclarke

## Describe the feature macos_user should be able to update passwords and be more atomic ## Describe the reasoning behind the feature The macos_user resource is currently inconsistent about what...

## Describe the feature security_cmd library and keychain resource should be able to update an existing keychain's password ## Describe the reasoning behind the feature Currently the keychain resource can...

I ended up pulling my hair out when I found that the `--allhomes` flag causes dockutil to always return a zero exit code, even though running the same command for...

In the event you are creating a brand new user, dockutil can't setup the dock for that user until the user has logged in once as the com.apple.dock.plist does not...

## Description In #13095 the splay property of the `chef_client_launchd` resource was changed to allow for passing `0`, but when anyone actually uses it, the underlying call to `random.rand(splay)` in...

Status: Adopted

One thing I noticed while trying to make lots of VMs and copying VMs around is that the vm.json files end up having paths saved into it that are saved...

The virtualization framework supports having multiple automounted volumes with different readonly vs readwrite statuses, as can be seen described in Apple's documentation for [VZVirtioFileSystemDeviceConfiguration](https://developer.apple.com/documentation/virtualization/vzvirtiofilesystemdeviceconfiguration#4052497) But the current support for `--vol`...

I've been trying to use the `--mac ` parameter and I think it's misconfigured: ``` ~/Desktop/macosvm --version macosvm 0.2-1 Copyright (C) 2022 Simon Urbanek There is NO warranty. Licenses: GPLv2...

Add --mac to the list of multi_options so the mac address parameter is correctly skipped. Fixes #28

Implementation for #30 : The virtualization framework supports having multiple automounted volumes with different readonly vs readwrite statuses, as can be seen described in Apple's documentation for [VZVirtioFileSystemDeviceConfiguration](https://developer.apple.com/documentation/virtualization/vzvirtiofilesystemdeviceconfiguration#4052497) But the...