Skip to content
Discussion options

You must be logged in to vote

creating a user namespace is blocked in a chroot, here is the relevant check in the kernel:

	/*
	 * Verify that we can not violate the policy of which files
	 * may be accessed that is specified by the root directory,
	 * by verifying that the root directory is at the root of the
	 * mount namespace which allows all files to be accessed.
	 */
	ret = -EPERM;
	if (current_chrooted())
		goto fail_dec;

so it is not a Podman issue, and nothing we can do about it

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@giuseppe
Comment options

Answer selected by GamePlayer-8
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rhatdan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants