Re: patch: unveil: remove some leftover of UNVEIL_INSPECT usage with ni_unveil

2021-06-09 Thread Claudio Jeker
On Fri, Mar 12, 2021 at 08:41:59AM +0100, Sebastien Marie wrote: > Hi, > > The following diff is a cleanup to remove two leftover checks, which > were used when ni_unveil was used with UNVEIL_INSPECT: > > it was used by: > - readlink(2) - removed 2019-08-31 > > Make readlink require

patch: unveil: remove some leftover of UNVEIL_INSPECT usage with ni_unveil

2021-03-11 Thread Sebastien Marie
Hi, The following diff is a cleanup to remove two leftover checks, which were used when ni_unveil was used with UNVEIL_INSPECT: it was used by: - readlink(2) - removed 2019-08-31 Make readlink require UNVEIL_READ instead of UNVEIL_INSPECT only since realpath() is now a system call -