Re: [gentoo-portage-dev] [PATCH] Don't modify /etc/mtab from temporary namespaces

2019-05-27 Thread Zac Medico
On 5/27/19 1:23 PM, i.Dark_Templar wrote: > These records are never removed and just pollute > /etc/mtab if that's a regular file. > And if /etc/mtab isn't a regular file, > then attempts to modify it are pointless. > --- > lib/portage/process.py | 2 +- > 1 file changed, 1 insertion(+), 1

[gentoo-portage-dev] [PATCH] Don't modify /etc/mtab from temporary namespaces

2019-05-27 Thread i.Dark_Templar
These records are never removed and just pollute /etc/mtab if that's a regular file. And if /etc/mtab isn't a regular file, then attempts to modify it are pointless. --- lib/portage/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/process.py