• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#150 2026-01-19 18:29:25 +00:00
icloud_appleid_system_settings_disable (dev_sonoma) refers to deprecated domain

@robertgendler commented on GitHub:

This actually solves an older even bigger problem. This also restricts adding Internet Accounts.

michael opened issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file
michael opened issue usnistgov/macos_security#152 2026-01-19 18:29:25 +00:00
audit_flags_fm_configure fails in dev_sonoma because of the ^fm
michael closed issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file
michael opened issue usnistgov/macos_security#153 2026-01-19 18:29:25 +00:00
os_anti_virus_installed errors: Load Failed 5 (Sonoma)
michael commented on issue dutchcoders/transfer.sh#202 2026-01-19 18:29:25 +00:00
Is transfer.sh still alive?

@ChristianVaughn commented on GitHub:

They should edit the about section of the project then because it directly links to https://transfer.sh. somewhat misleading since the about section on…

michael commented on issue dutchcoders/transfer.sh#202 2026-01-19 18:29:25 +00:00
Is transfer.sh still alive?

@paolafrancesca commented on GitHub:

done @ChristianVaughn

michael commented on issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file

@cipineda commented on GitHub:

running the fix is where it fails with error sed: rename(): Operation not permitted.

I added the following functions and called them before and after each…

michael commented on issue usnistgov/macos_security#152 2026-01-19 18:29:25 +00:00
audit_flags_fm_configure fails in dev_sonoma because of the ^fm

@brodjieski commented on GitHub:

Flags can include a dash, along with other modifiers, according to the audit_control man page. Flags with a - indicate it will only log failed events. We have…

michael commented on issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file

@brodjieski commented on GitHub:

I just ran a test on macOS 14 beta 7. With the /etc/security/audit_control file set with the uchg flag, i was able to run the compliance script both…

michael commented on issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file

@golbiga commented on GitHub:

@cipineda Just to clarify, you're running the the actual compliance script with the --fix flag and not just running the fixes manually?

michael commented on issue dutchcoders/transfer.sh#207 2026-01-19 18:29:25 +00:00
Add a changelog

@couloum commented on GitHub:

Hi,

Thanks for the page. As I'm more used to gitlab, I expected the releases link to be on top of the page and not on the right side. My bad.

I like the…

michael commented on issue dutchcoders/transfer.sh#207 2026-01-19 18:29:25 +00:00
Add a changelog

@paolafrancesca commented on GitHub:

@couloum I plan to add a changelong in the format you've suggested. just not having too much time at the moment

michael commented on issue dutchcoders/transfer.sh#205 2026-01-19 18:29:25 +00:00
Possible to activate CORS?

@cheeseandcereal commented on GitHub:

--cors-domains is an option which lets you specify the domains you want to allow with CORS: https://github.com/dutchcoders/transfer.sh#usage-1

michael commented on issue dutchcoders/transfer.sh#207 2026-01-19 18:29:25 +00:00
Add a changelog

@paolafrancesca commented on GitHub:

hi @couloum we have https://github.com/dutchcoders/transfer.sh/releases how do you suggest to improve?

michael commented on issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file

@cipineda commented on GitHub:

not sure I can provide more info than what I provided here, using the functions I created to lock/unlock the files do the trick. Your script unlocks some but not…

michael commented on issue usnistgov/macos_security#151 2026-01-19 18:29:25 +00:00
audit_retention_configure fails to edit the /etc/security/audit_control file

@brodjieski commented on GitHub:

Are you able to provide additional screenshots or screen recordings of this happening? Without additional information, I am still unable to replicate the issue.

michael commented on issue dutchcoders/transfer.sh#206 2026-01-19 18:29:25 +00:00
Multi-architecture Docker image

@gabriel-duque commented on GitHub:

@aspacca I just created a PR to add a workflow to build the images.

The currrent build is going to fail at the push step because of the missing secrets, but…

michael commented on issue dutchcoders/transfer.sh#206 2026-01-19 18:29:25 +00:00
Multi-architecture Docker image

@gabriel-duque commented on GitHub:

I just tried your image [dutchoders/transfer.sh:ISSUE-313-aarch64](https://hub.docker.com/layers/dutchcoders/transfer.sh/ISSUE-313-aarch64/images/sha256-b8bab…

michael commented on issue dutchcoders/transfer.sh#206 2026-01-19 18:29:25 +00:00
Multi-architecture Docker image

@paolafrancesca commented on GitHub:

hi @zuh0 docker hub doesn't provide an automatic way to build for multiple architectures I've used https://github.com/rmoriz/multiarch-test process to…