Re: [PATCH v17 00/13] open: introduce openat2(2) syscall

2019-11-24 Thread Al Viro
Generally I can live with that - the only serious issue is with that WARN_ON() and the logics of the check in it.

[PATCH v17 00/13] open: introduce openat2(2) syscall

2019-11-16 Thread Aleksa Sarai
This patchset is being developed here: Patch changelog: v17: * Add a path_is_under() check for LOOKUP_IS_SCOPED in complete_walk(), as a last line of defence to ensure that namei bugs will not break the contract of LOOKUP_BENEATH o