Skip to content

feat: check file permissions on all folders and files #60

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

Merged
merged 2 commits into from
May 19, 2025

Conversation

FranklinWaller
Copy link
Member

Motivation

users can mess up the permissions on the overlay node, this ensures all folders are readable and writeable. And a cherry on top we check all the cached WASM binaries that they can be read by the overlay node.

Related PRs and Issues

closes #59

Copy link
Member

@Thomasvdam Thomasvdam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets create a separate issue to distinguish between requestor errors and overlay config errors, and have the node not commit in the latter case.

@FranklinWaller FranklinWaller force-pushed the feat/check-machine-permissions branch 4 times, most recently from 7c81d35 to 1a9fbe5 Compare May 19, 2025 08:34
@FranklinWaller FranklinWaller force-pushed the feat/check-machine-permissions branch from 1a9fbe5 to 20ae6c0 Compare May 19, 2025 08:36
@FranklinWaller FranklinWaller merged commit f63cca9 into main May 19, 2025
1 check passed
@FranklinWaller FranklinWaller deleted the feat/check-machine-permissions branch May 19, 2025 08:37
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.

🔧 check all permissions on boot up
2 participants