@robertgendler commented on GitHub:
This reminds me of our finding with password policy in a sense.
Turns out they can be wrote to com.apple.screensaver and com.apple.mobiledevice.passwordpolicy…
@marcindulak commented on GitHub:
I checked `sudo /usr/bin/profiles -P -o stdout
@robertgendler commented on GitHub:
This is odd.
bob@PN111128 macos_security % /usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.screensaver')\
…
@robertgendler commented on GitHub:
Good idea with the issue template update. We made that a long long time ago. So I think we should update that.
@robertgendler commented on GitHub:
Issue template updated!
@robertgendler commented on GitHub:
Is this an Apple Silicon Mac or Intel?
I believe what you're running into is fixed on the OS branches https://github.com/usnistgov/macos_security/blob/monte…
@marcindulak commented on GitHub:
Could you please link the PR here so issue subscribers are notified about the progress?
@andrew867 commented on GitHub:
I'm a noob to docker, it's now working by using the -v command line option:
`docker run --restart always --publish 8080:8080 -v "/home/transfer:/transfer"…
@golbiga commented on GitHub:
Changes made in dev_ventura, needs to be brought over to monterey
@robertgendler commented on GitHub:
The issue appears to be because for some reason we included the [source,bash]. This appears to be fixed in all other branches. Feel free to pull and build…
@marcindulak commented on GitHub:
Thanks, I see this was fixed in 1bea03ade9.