scylladb / scylla-tools-java

Apache Cassandra, supplying tools for Scylla
Apache License 2.0
53 stars 85 forks source link

install.sh: apply correct security context on offline installer #403

Closed syuu1228 closed 4 months ago

syuu1228 commented 4 months ago

Same as scylla core repo, we need to run "install -Z" to install files with correct file security context, otherwise we may see SELinux permission error.

Related scylladb/scylladb#8589