• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#107 2026-01-19 18:29:16 +00:00
kickstart references in benchmarks

@robertgendler commented on GitHub:

Sonoma branch Updated for macOS 14.4.

michael commented on issue usnistgov/macos_security#107 2026-01-19 18:29:16 +00:00
kickstart references in benchmarks

@robertgendler commented on GitHub:

or `launchctl list

michael commented on issue usnistgov/macos_security#106 2026-01-19 18:29:16 +00:00
pwpolicy_account_lockout_enforce not presenting expected result in Log

@brodjieski commented on GitHub:

There seems to be something off here. The expected result in the [pwpolicy_account_lockout_enforce](https://github.com/usnistgov/macos_security/blob/sonoma/rules/p…

michael commented on issue usnistgov/macos_security#107 2026-01-19 18:29:16 +00:00
kickstart references in benchmarks

@robertgendler commented on GitHub:

We will be updating the location_services to use

pid=$(/bin/ps aux 
michael commented on issue usnistgov/macos_security#107 2026-01-19 18:29:16 +00:00
kickstart references in benchmarks

@robertgendler commented on GitHub:

[rules/system_settings/system_settings_remote_management_disable.yaml]

This actually doesn't use launchctl kickstart.

michael commented on issue usnistgov/macos_security#108 2026-01-19 18:29:16 +00:00
Update PDF & HTML based on platform

@robertgendler commented on GitHub:

This seems like it'll be much easier to do in 2.0

michael commented on issue usnistgov/macos_security#107 2026-01-19 18:29:16 +00:00
kickstart references in benchmarks

@robertgendler commented on GitHub:

@brodjieski fixed it `/bin/ps xa

michael commented on issue dutchcoders/transfer.sh#167 2026-01-19 18:29:16 +00:00
Feature: support Google Shared Drives

@stefanbenten commented on GitHub:

@wc7086 Could you elaborate the use case a little more? Transfer.sh original itention is not to be come an archival sharing service. There might be forks…

michael commented on issue dutchcoders/transfer.sh#167 2026-01-19 18:29:16 +00:00
Feature: support Google Shared Drives

@hongkongkiwi commented on GitHub:

Any progress on this?

michael commented on issue dutchcoders/transfer.sh#167 2026-01-19 18:29:16 +00:00
Feature: support Google Shared Drives

@paolafrancesca commented on GitHub:

actually it seems even simplier: we have to provide a param for the drive id to use, that could be a shared one. I have to check how client app can join a…

michael opened issue dutchcoders/transfer.sh#170 2026-01-19 18:29:16 +00:00
Race condition crash in CheckMetadata locking: fatal error: concurrent map read and map write
michael opened issue dutchcoders/transfer.sh#171 2026-01-19 18:29:16 +00:00
[Server Issue] Transfer.sh once again uploads nothing
michael closed issue dutchcoders/transfer.sh#170 2026-01-19 18:29:16 +00:00
Race condition crash in CheckMetadata locking: fatal error: concurrent map read and map write
michael closed issue dutchcoders/transfer.sh#169 2026-01-19 18:29:16 +00:00
Release dynamically linked
michael commented on issue usnistgov/macos_security#109 2026-01-19 18:29:16 +00:00
unable to generate tailored baseline

@robertgendler commented on GitHub:

Thanks for finding this! @brodjieski just fixed it and PR #367 should have fixed it and some other DISA STIG related issues.

michael commented on issue usnistgov/macos_security#110 2026-01-19 18:29:16 +00:00
os_setup_assistant_filevault_enforce checks for wrong type

@brodjieski commented on GitHub:

Thanks for bringing this up. Turns out that the check is a bit incorrect. It should be (note the missing .js):

  /usr/bin/osascript -l JavaScript << EOS
 …
michael commented on issue usnistgov/macos_security#111 2026-01-19 18:29:16 +00:00
Retain previous finding if check fails

@tcoliver commented on GitHub:

That's a good point, and I like the idea of reading the lastUserName value as a second try. Failing that, I think ideally the result of a failed check - where there…

michael commented on issue usnistgov/macos_security#111 2026-01-19 18:29:16 +00:00
Retain previous finding if check fails

@robertgendler commented on GitHub:

This makes sense potentially on the rules with $CURRENT_USER. But not other rules.

The potential issue that comes up, what if the first compliance scan is…

michael opened issue usnistgov/macos_security#112 2026-01-19 18:29:16 +00:00
STIG guidance leads to inconsistent failed password account locking time
michael commented on issue dutchcoders/transfer.sh#170 2026-01-19 18:29:16 +00:00
Race condition crash in CheckMetadata locking: fatal error: concurrent map read and map write

@paolafrancesca commented on GitHub:

@JustAnotherArchivist makes sense, I will try to check in the weekend, probably need to change s.locks with https://golang.org/pkg/sync/#Map