scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 52 forks source link

install.sh: fix incorrect permission on strict umask #242

Closed syuu1228 closed 1 month ago

syuu1228 commented 1 month ago

On scylla main repo, we had problem that install.sh install files with incorrect permission on strict umask:

To fix this, we need to "chmod" on newly created files.

Also, we need to run /usr/bin/install with "-Z" to avoid SELinux permission issue: