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.
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.