Editor pass - fix SELinux issue (#5576)

Editor pass for: https://github.com/fleetdm/fleet/pull/5335/files
This commit is contained in:
Desmi-Dizney 2022-05-05 10:50:58 -05:00 committed by GitHub
parent 45576c3b19
commit 93a4fec9ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
* Change install path to /opt/orbit. Fixes a permissions issue on platforms with SELinux enabled.
* Change the install path to /opt/orbit. This fixes a permissions issue on platforms with SELinux enabled.
See [fleetdm/fleet#4176](https://github.com/fleetdm/fleet/issues/4176) for more details.