i noticed some mount/umount operations is done during container setup, and this will probably cause race conditions. (if not operated in separate mount namespace)
a implementable solution is to create a lock file in /dev tmpfs and force a advisory lock during critical operations, or, just unshare beforehand.
this is to be further explored
i noticed some mount/umount operations is done during container setup, and this will probably cause race conditions. (if not operated in separate mount namespace)
a implementable solution is to create a lock file in /dev tmpfs and force a advisory lock during critical operations, or, just unshare beforehand.
this is to be further explored