• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#42 2026-01-19 18:29:01 +00:00
Rule updates for Sequoia -- os_appleid_prompt_disable, os_icloud_storage_prompt_disable, and more...

@robertgendler commented on GitHub:

You're fine! I just sort of was putting the info out there. I think those changes really started showing up with Sequoia (maybe earlier) but the previous works…

michael commented on issue usnistgov/macos_security#39 2026-01-19 18:29:01 +00:00
os_authenticated_root_enable is need to supress the errors

@robertgendler commented on GitHub:

Updated with stderr redirect

michael closed issue dutchcoders/transfer.sh#113 2026-01-19 18:29:01 +00:00
[Demand] Can provide a list of historical files on the page
michael opened issue usnistgov/macos_security#40 2026-01-19 18:29:01 +00:00
CMMC Baselines (SSH set to both Disable and Enable)
michael opened issue usnistgov/macos_security#41 2026-01-19 18:29:01 +00:00
SecureKeyboardEntry not working in Tahoe
michael opened issue usnistgov/macos_security#42 2026-01-19 18:29:01 +00:00
Rule updates for Sequoia -- os_appleid_prompt_disable, os_icloud_storage_prompt_disable, and more...
michael closed issue usnistgov/macos_security#40 2026-01-19 18:29:01 +00:00
CMMC Baselines (SSH set to both Disable and Enable)
michael commented on issue dutchcoders/transfer.sh#113 2026-01-19 18:29:01 +00:00
[Demand] Can provide a list of historical files on the page

@paolafrancesca commented on GitHub:

the problem is that such feature makes sense only in self-hosted and single upload user case

michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@stefanbenten commented on GitHub:

Hello @flavorgold1,

the port is fixed inside of the container, see here: https://github.com/dutchcoders/transfer.sh/blob/b30b296ac838c73a4bcb83e394e6d9dac1b7…

michael commented on issue dutchcoders/transfer.sh#113 2026-01-19 18:29:01 +00:00
[Demand] Can provide a list of historical files on the page

@paolafrancesca commented on GitHub:

hello @wisinfun , not sure I understand what you mean

michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@flavorgold1 commented on GitHub:

I understand that but, I'm in a situation where I have to use network_mode: host in docker-compose.yml. So, if there's a way through which it can respect…

michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@paolafrancesca commented on GitHub:

ENTRYPOINT ["/go/bin/transfersh"]
	cli.StringFlag{
		Name:   "listener",
		Usage:  "127.0.0.1:8080",
		Value:  ":8080",
		EnvVar:…
michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@paolafrancesca commented on GitHub:

doh @flavorgold1 I did't think about the most obvious solution: overriding the entrypoint (either on docker-compose or with --entrypoint on docker…

michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@paolafrancesca commented on GitHub:

I will close this since it's solved

michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@flavorgold1 commented on GitHub:

This may be a crude solution, but, here's my docker-compose.yml file. It is located in /home/username/transfersh_docker, along with a data directory…

michael commented on issue dutchcoders/transfer.sh#112 2026-01-19 18:29:01 +00:00
The LISTENER environment variable isn't working with Docker.

@flavorgold1 commented on GitHub:

b30b296ac8/Dockerfile (L38)

if we keep Value: "127.0.0.1:8080", docker won't…

michael commented on issue usnistgov/macos_security#41 2026-01-19 18:29:01 +00:00
SecureKeyboardEntry not working in Tahoe

@froggtech commented on GitHub:

I'm just bad at implementation. This works.

michael commented on issue usnistgov/macos_security#42 2026-01-19 18:29:01 +00:00
Rule updates for Sequoia -- os_appleid_prompt_disable, os_icloud_storage_prompt_disable, and more...

@robertgendler commented on GitHub:

This actually will take a bunch of refactoring since that payload and all is built in an array. Not impossible. It'll be more than just updating the YAML.…

michael commented on issue usnistgov/macos_security#40 2026-01-19 18:29:01 +00:00
CMMC Baselines (SSH set to both Disable and Enable)

@robertgendler commented on GitHub:

CMMC is a baseline based off of NIST 800-171. Much like 171 or 800-53 your organization must make the risk based approach what to apply.

CIS and the DISA…

michael commented on issue usnistgov/macos_security#38 2026-01-19 18:29:00 +00:00
Rule pwpolicy_account_inactivity_enforce can lock-out user account

@robertgendler commented on GitHub:

Just a data point to add.

It appears this worked properly in macOS Monterey. But macOS Big Sur stops creating or having lastLoginTime stamp isn't there.

But…