-
Notifications
You must be signed in to change notification settings - Fork 483
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
bake: add filesystem entitlements support #2796
Conversation
b7a9691
to
f0ec2c4
Compare
11e9bd2
to
0152f76
Compare
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
…ement Signed-off-by: CrazyMax <[email protected]>
0152f76
to
f10be07
Compare
Needs follow-up for GA:
|
@profnandaa FYI, if you would like to double-check any of the Windows path stuff. We can also ping you on follow-up PR> |
Discussing with @crazy-max the difference seems to be that in windows |
Adds support for entitlements when bake definition accesses local files. Accessing files within the current working directory is allowed by default.
part of #179
closes #2697
In this version, privileged path accesses for local bake definitions only warns, unless
BUILDX_BAKE_ENTITLEMENTS_FS
is set. In next version, the intention is to make this case fail as with other entitlements.