nebula-plugins / gradle-ospackage-plugin

Gradle plugin for constructing linux packages, specifically RPM and DEBs.
Apache License 2.0
369 stars 129 forks source link

Add explicit setuid support for RPM and Deb tasks #446

Open Cdevon2 opened 3 months ago

Cdevon2 commented 3 months ago

Taking the setgid changes in #429, #438, and #443 and applying them to the setuid flag for files, for compatibility with Gradle 8.3 and beyond.

Cdevon2 commented 2 months ago

Wondering if there's any additional actions I should take here? Do I need to open an issue?