lkml.org 
[lkml]   [2022]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjectip netns exec namespace ls -l /proc/pid/fd prepends "/root" to the filename.
Date
If a process inside a network namespace calls readlink() on
/proc/pid/fd/n (for any pid) then the returned string is
prefixed by "/root".

So you get "/root/sys/console" or "/root/var/log/fred" etc.

There seems to be an extra call to prepend_name() called
from prepend_path() from d_path().

This seems decidedly wrong, especially since /root usually
exists.

Even it is were reporting a file outside a chroot (opened
before the chroot) prepending "/root" would be wrong.

Kernel is 5.10.132 (LTS before the retbleed breakages!)

David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)

\
 
 \ /
  Last update: 2022-08-25 20:39    [W:0.033 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site