]> granicus.if.org Git - psmisc/commit
docs: Add note about fuser and mount namespaces
authorCraig Small <csmall@dropbear.xyz>
Wed, 2 Nov 2022 11:18:44 +0000 (22:18 +1100)
committerCraig Small <csmall@dropbear.xyz>
Wed, 2 Nov 2022 11:18:44 +0000 (22:18 +1100)
commit97e7b2b2bb2bc635b5a00d9a98676818c1f36850
tree2cc47a90008a150dbc7a0eb3fbfbbae80e5368a9
parentdedea27b3615a8ec5441812f912b0b5873cd4580
docs: Add note about fuser and mount namespaces

fuser won't match block devices that are mounted by
processes in a different mount namespace. This is
because the file descriptor will be from the process
namespace, not the "viewer" (e.g. fuser) namespace.

References:
 #39

Signed-off-by: Craig Small <csmall@dropbear.xyz>
doc/fuser.1