Message ID | 20190706145737.5299-1-cyphar@cyphar.com (mailing list archive) |
---|---|
Headers | show |
Series | namei: openat2(2) path resolution restrictions | expand |
On Sun, Jul 07, 2019 at 12:57:27AM +1000, Aleksa Sarai wrote: > Patch changelog: > v9: > * Replace resolveat(2) with openat2(2). [Linus] > * Output a warning to dmesg if may_open_magiclink() is violated. > * Add an openat2(O_CREAT) testcase. One general note for the future, BTW: for such series it's generally a good idea to put it into a public git tree somewhere and mention that in the announcement...
On 2019-07-12, Al Viro <viro@zeniv.linux.org.uk> wrote: > On Sun, Jul 07, 2019 at 12:57:27AM +1000, Aleksa Sarai wrote: > > Patch changelog: > > v9: > > * Replace resolveat(2) with openat2(2). [Linus] > > * Output a warning to dmesg if may_open_magiclink() is violated. > > * Add an openat2(O_CREAT) testcase. > > One general note for the future, BTW: for such series it's generally > a good idea to put it into a public git tree somewhere and mention that > in the announcement... Sure, I'll mention it next time. For the record the tree is <https://github.com/cyphar/linux/tree/resolveat/master>