diff options
author | Sven Joachim <svenjoac@gmx.de> | 2020-10-26 20:32:16 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-11-02 11:31:00 +0900 |
commit | d1889589a4f54b2d1d7075d608b596d6fcfd3d96 (patch) | |
tree | 65359c7b6065c19ac8bd31661fd18cbc4fa683b1 /scripts/cleanpatch | |
parent | d9b5665fb3c822730857ba9119ead8b5e5ff967d (diff) | |
download | linux-d1889589a4f54b2d1d7075d608b596d6fcfd3d96.tar.bz2 |
builddeb: Fix rootless build in setuid/setgid directory
Building 5.10-rc1 in a setgid directory failed with the following
error:
dpkg-deb: error: control directory has bad permissions 2755 (must be
>=0755 and <=0775)
When building with fakeroot, the earlier chown call would have removed
the setgid bits, but in a rootless build they remain.
Fixes: 3e8541803624 ("builddeb: Enable rootless builds")
Cc: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Sven Joachim <svenjoac@gmx.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions