• Joined on 2025-07-20
michael opened issue dutchcoders/transfer.sh#206 2026-01-19 18:29:25 +00:00
Multi-architecture Docker image
michael opened issue dutchcoders/transfer.sh#207 2026-01-19 18:29:25 +00:00
Add a changelog
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:

The command in the remediation script should change the flags to allow for modifications. Only the /etc/security/audit_control file is affected. Did you run…

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:

No I'm not, I installed mSCP project yesterday (09/06/23). I do see that line but I think there are more lines that are missing the unlocking of the files.

michael closed issue dutchcoders/transfer.sh#205 2026-01-19 18:29:25 +00:00
Possible to activate CORS?
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

@cipineda commented on GitHub:

Here it is.

P4: //depot/projects/trustedbsd/openbsm/etc/audit_control#8

dir:/var/audit flags:lo,aa,ad,-ex,-fd,-fm,-fr,-fw minfree:25 naflags:lo,aa p…

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:

Complete troubleshoot process: cat /etc/security/audit_control (displaying relevant lines only) expire-after:10M

`/usr/bin/sed -i.bak 's/^expire-after.*/e…

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

@cipineda commented on GitHub:

The rule Im using and reporting in this issue is audit_flags_fm_configure and it failed as coded, until I modified the proposed code above, then it marked the…

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:

Can you share your configuration in /etc/security/audit_control?

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:

Generate Guidance which creates the compliance script was updated awhile ago and is in all of the branches.

https://github.com/usnistgov/macos_security/blob/40e4f1…

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:

That configuration does not contain the fm flag, and will fail the check for audit_flags_fm_configure.

I see you have -fm which will pass the check for…

michael closed issue dutchcoders/transfer.sh#206 2026-01-19 18:29:25 +00:00
Multi-architecture Docker image
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:

The same behavior happens with audit_settings_failure_notify

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:

There are 2 different rules that touch upon the fm flag for auditing. One is audit_flags_fm_configure and the other is audit_flags_fm_failed_configure. …

michael commented on issue usnistgov/macos_security#153 2026-01-19 18:29:25 +00:00
os_anti_virus_installed errors: Load Failed 5 (Sonoma)

@robertgendler commented on GitHub:

The launchctl load works just fine.

When SIP is enabled, you can't disable Xprotect and so you can't load XProtect.

If you disable SIP, then stop and…

michael commented on issue usnistgov/macos_security#153 2026-01-19 18:29:25 +00:00
os_anti_virus_installed errors: Load Failed 5 (Sonoma)

@robertgendler commented on GitHub:

If you have an additional questions. Feel free to re-open it.

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

@cipineda commented on GitHub:

Are you saying that the flags: should not have a dash at all?

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:

ok, that is odd, because running the code as originally provided threw the errors right away of not being able to modify the files.

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 particularly with the --fix but rather using the interactive 4 options menu. But yes not running manually.

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…