allowDiagnosticSubmission
@robertgendler commented on GitHub:
@JamminR That's expected when it's not a setting that Apple officially supports as being manageable. Nobody has programmed it to "lock". But if you re open…
allowDiagnosticSubmission
@JamminR commented on GitHub:
I think we found those and added rules for them. https://github.com/usnistgov/macos_security/blob/main/rules/system_settings/system_settings_improve_assistive_voice…
@iamflaurian commented on GitHub:
Hey @golbiga
I add the command in various formats into a script that will be deployed using Jamf Pro. I did not touch it because it worked before updating…
@iamflaurian commented on GitHub:
Does it mean, CIS has to remove these rule because of SIP block? I'll create an account and also a ticket :) Thanks @golbiga
@georgalis commented on GitHub:
FWIW - Apple ships with /bin/bash from 2007, version 3.2.57(1), an update for that is not expected due to GNU licensing. While that version is generally compatible…
@golbiga commented on GitHub:
@iamflaurian so this is a CIS issue, I've let some folks know, but I would recommend opening a ticket with them (create an account on https://workbench.cisecurity.org…
@golbiga commented on GitHub:
Forgot to mention this was resolve in 121dc6e44f. Thanks for reporting the issue.
@nlkguy commented on GitHub:
~$ curl https://transfer.sh/ --upload-file backup.log curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
back then transfer.sh only worked…
@paolafrancesca commented on GitHub:
hi @mcreasindo-git
you are looking for the inline alias: 6b8eff8322/README.md (l)…
@paolafrancesca commented on GitHub:
@rompeldunk there was actually a bug in the redirect handler, fixed on #441
@yelodevopsi commented on GitHub:
Thanks for the quick reply!
Yes, I corrected that error previously and tested without true too - Still the redirect problem persists.
The command below is…
@paolafrancesca commented on GitHub:
@rompeldunk
--force-https is a boolean flag, you don't need to pass true as a value, setting it is enough
passing true seems to break the parsing of…
@yelodevopsi commented on GitHub:
Seem that the error still persist after I purged and pulled :latest tag.
Could you confirm that you're able to run the SSL-based transfer.sh docker…
@jeolsen commented on GitHub:
@robertgendler I'm copying into an empty script.sh file for testing, adding #!/bin/sh to the top, and then running sudo sh ~/script.sh to execute it. <img…