From b70d8a038155d080396d7e1d7e9fd14ddf59c445 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 4 Sep 2019 15:47:15 +0200 Subject: [PATCH] fix typo unpriviliged -> unprivileged --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index ce30464..d905b07 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2752,7 +2752,7 @@ by the _apt user, then apt sandboxing will be automatically disabled. =item B -This mode uses Linux user namespaces to allow unpriviliged use of chroot and +This mode uses Linux user namespaces to allow unprivileged use of chroot and creation of files that appear to be owned by the superuser inside the unshared namespace. A directory chroot created with this mode will end up with wrong permissions. Choose to create a tarball instead.