-
Notifications
You must be signed in to change notification settings - Fork 6
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
If user is 0, they should be able to write to any groups #65
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is not for production |
bumping go mod to 1.23 |
increases docker vm ram? |
can't cross compile on arm64 mac.. prob golang/go#46644. fixed via #66
|
kaovilai
force-pushed
the
writeUser0
branch
2 times, most recently
from
November 12, 2024 00:01
b477667
to
29587cc
Compare
Alright folks.. looks like I need a lesson in unix permission bits and binary masks. This PR is no-op but I learned a ton :D. BSL is available without this PR changes. I just had to set securityContexts in configmap and we're off 🚀 . |
kaovilai
added a commit
to kaovilai/oadp-operator
that referenced
this pull request
Dec 10, 2024
```sh 9.676 internal/bytealg: /opt/app-root/src/go/pkg/tool/linux_amd64/asm: signal: segmentation fault (core dumped) 12.78 cloud.google.com/go/storage/internal: /opt/app-root/src/go/pkg/tool/linux_amd64/compile: signal: segmentation fault (core dumped) ``` similar to fix seen at https://github.com/replicatedhq/local-volume-provider/pull/66/files#diff-5b6228cfe643850b0b1c8d2b5d69430bb121272e145b651c2ff6a85c23895b4eR1 for replicatedhq/local-volume-provider#65 (comment) Signed-off-by: Tiger Kaovilai <[email protected]>
openshift-merge-bot bot
pushed a commit
to openshift/oadp-operator
that referenced
this pull request
Dec 11, 2024
…1606) * Fixes segmentation fault cross compile on macOS ```sh 9.676 internal/bytealg: /opt/app-root/src/go/pkg/tool/linux_amd64/asm: signal: segmentation fault (core dumped) 12.78 cloud.google.com/go/storage/internal: /opt/app-root/src/go/pkg/tool/linux_amd64/compile: signal: segmentation fault (core dumped) ``` similar to fix seen at https://github.com/replicatedhq/local-volume-provider/pull/66/files#diff-5b6228cfe643850b0b1c8d2b5d69430bb121272e145b651c2ff6a85c23895b4eR1 for replicatedhq/local-volume-provider#65 (comment) Signed-off-by: Tiger Kaovilai <[email protected]> * BUILDPLATFORM Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
debugging an install in crc.dev environment and blocked by directory is writable check despite running as gid 0.
ghcr.io/kaovilai/local-volume-provider:writeUser0
for testing vmware-tanzu/velero#8358