[PATCH hurd] trans/fakeroot: Obey O_NOFOLLOW.

2017-06-19 Thread Justus Winter
* trans/fakeroot.c (netfs_S_dir_lookup): Do not follow symlinks if the client used O_NOFOLLOW. --- trans/fakeroot.c | 60 +++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/trans/fakeroot.c b/trans/fakeroot.c index f3f5e43d6..df47

Lightly tested patch to make fakeroot obey O_NOFOLLOW

2017-06-19 Thread Justus Winter
I haven't had a chance to build packages with it yet, but it makes my minimal test case happy. Justus