A user might run `sudo somewrapper` to build and install something with meson, and it is not actually possible to drop privileges and build, since the build directory is also owned by root. A common case of this is `sudo pip install` for projects using meson-python or other python build-backends that wrap around meson. Fixes #11665pull/11667/head
parent
1bc3d91112
commit
9a77c45e41
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue