updated plugins README with selinux requirements

This commit is contained in:
Trevor Batley 2024-09-27 19:53:13 +10:00
parent d702d9b1a5
commit ed9dc893f1

View File

@ -23,6 +23,19 @@ Automagically sign rpms with our key after successful build
This is a slightly modified version of the OSG Software Teams koji-hub plugin which can be found at <https://github.com/osg-htc/koji-plugin-sign>
Make sure that the koji-sign selinux policy is installed and enabled
semodule --list-modules=full | grep koji-sign
Ensure that httpd can use tty
getsebool daemons_use_tty
daemons_use_tty --> on
If not --> on, set it
setsebool -P daemons_use_tty 1
Copy your gpg keys etc. into /etc/koji-hub/gnupgp
Copy sign.conf into /etc/koji-hub-plugins