Closed VedRatan closed 5 months ago
This change is being done because the /usr/lib (gcc library) is being accessed as part of executing /bin/bash. This means any binary which is using the library will not be able to execute, and that may cause valid binaries to fail.
Description
Currently the Karmor policy created out of the intent is disallowing to exec into the pod, which is not the expected behaviour, so removing `/usr/lib` so that a user is able to exec into the pod without any issues. Fixes # (issue) **Does this PR introduce a breaking change?** ## Checklist - [x] PR title follows the `