You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new gcs hooks, add expected mounts to security policy (#1258)
Introduce a new `wait-paths` binary, which polls file system
until requested paths are available or a timeout is reached.
Security policy has been updated to have `ExpectedMounts` entries,
which will be used in conjunction with "wait-paths" hook for
synchronization purposes.
Refactor oci-hook logic into its own internal package and update
existing code to use that package. Copy runc HookName and constants
definitions to break dependency on runc
Introduce `ExpectedMounts` as part of security policy language and
the logic to enforce the policy, which resolves the expected mounts
in the UVM and adds a wait-paths hook to the spec.
Add positive and negative CRI tests.
Signed-off-by: Maksim An <[email protected]>
0 commit comments