|
1 | 1 | export { |
| 2 | + assertProcessEnvironmentDestinationsPreserved, |
2 | 3 | assertHostPathGrantsRebound, |
3 | 4 | deserializeMountCredentialRedactionMetadata, |
4 | 5 | deserializeHostPathGrantRedactionMetadata, |
@@ -56,8 +57,18 @@ export type { |
56 | 57 | } from './mountSecurity'; |
57 | 58 | export { stableJsonStringify } from './shared/stableJson'; |
58 | 59 | export { |
| 60 | + assertProcessEnvironmentAccessBound, |
| 61 | + assertProcessEnvValuesUnsupported, |
| 62 | + bindProcessEnvironmentAccess, |
| 63 | + cloneManifestWithProcessEnvironmentAccess, |
| 64 | + copyProcessEnvironmentProtection, |
59 | 65 | copyManifestMountCredentialExposurePolicy, |
| 66 | + environmentWithoutProcessEnvValues, |
| 67 | + manifestHasProcessEnvValues, |
| 68 | + protectProcessEnvironmentSessionStateManifest, |
| 69 | + processEnvironmentDestinationNames, |
60 | 70 | replaceManifestMountCredentialExposurePolicy, |
| 71 | + withProcessEnvironmentErrorRedaction, |
61 | 72 | } from './manifest'; |
62 | 73 | export { |
63 | 74 | elapsedSeconds, |
|
0 commit comments