• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#37 2026-01-19 18:29:00 +00:00
launchctl list vs print-disabled

@robertgendler commented on GitHub:

launchctl print system will do enabled ones

michael commented on issue usnistgov/macos_security#28 2026-01-19 18:28:59 +00:00
pwpolicy_minimum_length_enforce fails when min length > ODV

@brodjieski commented on GitHub:

Changes have been merged into primary branches.

michael commented on issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload

@phaninder-scalefusion commented on GitHub:

This is regarding the rule “system_settings_filevault_enforce”, which checks whether FileVault is enforced. However, it does not validate against…

michael commented on issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload

@brodjieski commented on GitHub:

Ahh, I see. Ok, so we do include the following in the fix of the rule yaml file, however, the guidance does not use this because it also has the mobileconfig_info.…

michael commented on issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload

@brodjieski commented on GitHub:

Hello! Which FileVault subsettings are you seeing this issue with? Are there specific rule files that are affected? I want to be able to accurately reproduce the…

michael opened issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?
michael opened issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?
michael opened issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?
michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

there's the option to ask for an http basic authorization:

http-auth-user 
michael commented on issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?

@kzssc commented on GitHub:

Hiiiii thanks for the reply! I'm currently on 218+. I don't mind whichever way but I think Docker might be easier? haha!

michael commented on issue dutchcoders/transfer.sh#104 2026-01-19 18:28:59 +00:00
Add an option to password protect a file

@CodeCubeNeo commented on GitHub:

Great. always better to change security for the better over 4 characters (possible combos rise from 36^6 to 36^10 (36 is the number of possible characters only…

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@andrewzah commented on GitHub:

Is it possible to set multiple? Ideally I’d like to set a token per person in case it needs to be revoked or changed.

michael commented on issue usnistgov/macos_security#31 2026-01-19 18:28:59 +00:00
Incorrect logic in system_settings_softwareupdate_current

@rs1278 commented on GitHub:

Adding my $0.02 FWIF

The approach of `/usr/bin/defaults read /Library/Preferences/com.apple.SoftwareUpdate.plist RecommendedUpdates

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

@andrewzah see #537

michael commented on issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?

@paolafrancesca commented on GitHub:

hello @kzssc , it depends on the synology model, according the its cpu

what model do you have?

is it fine for you to deploy from shell or do you want to…

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

@andrewzah it's not possible to set multiple credentials: I will look into in ad an --http-auth-htpasswd param so that the credentials are read from an…

michael commented on issue usnistgov/macos_security#32 2026-01-19 18:28:59 +00:00
Generate a consolidated configuration profile

@chkpnt commented on GitHub:

I'm filing a PR.

michael commented on issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?

@paolafrancesca commented on GitHub:

I will look into in ad an --http-auth-htpasswd param so that the credentials are read from an htpasswd file

I will work on it as soon I'll have a…

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@paolafrancesca commented on GitHub:

filtering out range header to the transfer.sh service will also break seeking feature on the audio/video preview page

michael commented on issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?

@paolafrancesca commented on GitHub:

it's indeed esier to user directly the compiled binary available from the releases, since we build for a lot of OSes and platform

for the ds 218+ this one…