Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine: resources: file: Remove Validate owner/group Checks #763

Merged

Conversation

cianyleow
Copy link
Contributor

The owner/group of a file should not be validated on the host until runtime. This removes the checks in Validate() that were happening before the execution of the resource graph (and therefore bound to fail if the system was being bootstrapped).

Fixes #762

The owner/group of a file should not be validated on the host until runtime. This removes the checks in Validate() that were happening before the execution of the resource graph (and therefore bound to fail if the system was being bootstrapped).
@purpleidea
Copy link
Owner

Patch looks perfect to me. Thank you!

(Will merge later today/tomorrow.)

If you're looking for a next patch please LMK.

@purpleidea purpleidea merged commit 09e53bf into purpleidea:master Jun 17, 2024
3 checks passed
@purpleidea
Copy link
Owner

This has been merged, thank you! As a bonus you can forever gloat that your first mgmt patch only removed code =D

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.

File Resource Checks Host for User/Group in Validation
2 participants