criblio / appscope

Gain observability into any Linux command or application with no code modification
https://appscope.dev
Apache License 2.0
268 stars 33 forks source link

Unable to exec into container after re-adding a scope rule #1597

Closed seanvaleo closed 1 year ago

seanvaleo commented 1 year ago

Reproduction steps:

seanvaleo commented 1 year ago

maybe related: https://github.com/docker/cli/issues/2067

seanvaleo commented 1 year ago

It's highly possible that we are configuring the container as a "new container" , then configuring the container as an "existing container", which would result in duplicate mounts etc.

seanvaleo commented 1 year ago

We intend to resolve this by preventing mounts from being added when they already exist

seanvaleo commented 1 year ago

We have been unable to reproduce this ; and have proven that duplicate mounts were not the cause of the issue. Closing.