mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Password enforcement fails with allowPasscodeModification=false
#29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phaninder-scalefusion on GitHub.
Summary
Password-related rules break when the Restrictions payload contains
allowPasscodeModification=false.Steps to reproduce
allowPasscodeModification=false.Operating System version
(iOS/iPadOS 16 / 17 / 18 and macOS 13 / 14 / 15)
Intel or Apple Silicon
Both
Current behavior
Password enforcement does not work when passcode modification is restricted.
Expected behavior
Either:
Possible fix
Add a note in documentation that
allowPasscodeModificationmust not befalsefor password rules to apply.