mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 09:07:29 +01:00
updated plugins README with selinux requirements
This commit is contained in:
parent
d702d9b1a5
commit
ed9dc893f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user