Skip to content

Ensure read-only user config removed on every startup.#1567

Merged
jglogan merged 1 commit into
apple:mainfrom
jglogan:remove-userconfig
May 16, 2026
Merged

Ensure read-only user config removed on every startup.#1567
jglogan merged 1 commit into
apple:mainfrom
jglogan:remove-userconfig

Conversation

@jglogan

@jglogan jglogan commented May 16, 2026

Copy link
Copy Markdown
Contributor

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

See above.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

- Closes apple#1566.
- Currently on `system start` we only remove the
  read-only user config if the user config file
  exists. This means that changes to the config
  are processed properly on restart, but a removal
  is ignored, and the old read-only settings linger.
@github-actions

Copy link
Copy Markdown

Code Coverage

Tier Line Coverage
Unit 34.15%
Integration 20.2%
Combined 53.78%

@jglogan jglogan merged commit f8f7e2c into apple:main May 16, 2026
4 checks passed
@jglogan jglogan deleted the remove-userconfig branch May 16, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: User configuration data overrides persist after user config file is removed or relocated.

3 participants