eclipse-bluechi / bluechi

Eclipse BlueChi is a systemd service controller intended for multi-node environments with a predefined number of nodes and with a focus on highly regulated ecosystems such as those requiring functional safety.
https://bluechi.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
130 stars 37 forks source link

Move man pages for SELinux policy #875

Closed engelmi closed 4 months ago

engelmi commented 4 months ago

Please describe what information you were trying to find

Currently, the man pages for the SELinux policy of BlueChi are located in the selinux directory and in roff format: https://github.com/eclipse-bluechi/bluechi/blob/main/selinux/bluechi_agent_selinux.8 https://github.com/eclipse-bluechi/bluechi/blob/main/selinux/bluechi_controller_selinux.8

They should be in markdown format and be displayed on the readthedocs as well:

schastlivcev commented 4 months ago

Hi, I'd like to try to implement this)

engelmi commented 4 months ago

Hi @schastlivcev, cool! Looking forward to your contribution :) I'll assign this issue to you then. If you have any question, don't hesitate to ask.

engelmi commented 4 months ago

@schastlivcev And as a heads-up before submitting the PR: Bluechi is a part of the Eclipse Foundation, and according to the contribution guidelines in order to contribute to the project you need to sign the Eclipse Contributor Agreement: https://www.eclipse.org/legal/ECA.php Could you create an Eclipse account and sign ECA?

schastlivcev commented 4 months ago

I signed ECA and created PR