diff options
| author | Jason Gunthorpe <jgg@nvidia.com> | 2020-12-02 03:40:50 +0300 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2020-12-02 03:40:50 +0300 |
| commit | 2b0a999ba003ea9b48910d75c318ae63246bc6f3 (patch) | |
| tree | 71dc50d336f2a7aac158e36aed1c6b99db821f2d /scripts | |
| parent | f93c39bc95472dae3b5de71da5c005f47ece3148 (diff) | |
| parent | b65054597872ce3aefbc6a666385eabdf9e288da (diff) | |
| download | linux-2b0a999ba003ea9b48910d75c318ae63246bc6f3.tar.xz | |
Merge tag 'v5.10-rc6' into rdma.git for-next
For dependencies in following patches
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/package/builddeb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 1b11f8993629..91a502bb97e8 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -45,6 +45,8 @@ create_package() { chmod -R go-w "$pdir" # in case we are in a restrictive umask environment like 0077 chmod -R a+rX "$pdir" + # in case we build in a setuid/setgid directory + chmod -R ug-s "$pdir" # Create the package dpkg-gencontrol -p$pname -P"$pdir" |
