Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rootless: change default path for conmon.pid
We cannot use the RunDir for writing the conmon.pid file as we might not be able to read it before we join a namespace, since it is owned by the root in the container which can be a different uid when using uidmap. To avoid completely the issue, we will just write it to the static dir which is always readable by the unprivileged user. Closes: containers#2673 Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information