Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Spinoff from SOLR-8440
install_solr_service.sh installs solr.in.sh as world-readable but not solr user writable:
-rw-r--r-- 1 root root 5968 Feb 15 14:55 /etc/default/solr.in.sh
For better security, and ease for scripts to update solr.in.sh, this should change to:
-rw-rw---- 1 root solr 5968 Feb 15 14:55 /etc/default/solr.in.sh
Attachments
Attachments
Issue Links
- is required by
-
SOLR-8440 Script support for enabling basic auth
- Closed