-
Notifications
You must be signed in to change notification settings - Fork 588
bake: add filesystem entitlements support #2796
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
Conversation
b7a9691 to
f0ec2c4
Compare
11e9bd2 to
0152f76
Compare
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
…ement Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
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 |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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_FSis set. In next version, the intention is to make this case fail as with other entitlements.