From ed9dc893f1d917b36ff117c7953013c9ad418f2d Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 27 Sep 2024 19:53:13 +1000 Subject: [PATCH] updated plugins README with selinux requirements --- plugins/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugins/README.md b/plugins/README.md index 986cfcf..7e9589f 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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 +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