mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 09:07:29 +01:00
plugins README re: selinux koji-sign policy
This commit is contained in:
parent
4fdaff9d0a
commit
53be9f3cbf
@ -27,6 +27,13 @@ Make sure that the koji-sign selinux policy is installed and enabled
|
||||
|
||||
semodule --list-modules=full | grep koji-sign
|
||||
|
||||
If it's not listed
|
||||
- copy down the koji-sign.te file, compile and install it
|
||||
|
||||
checkmodule -V -M -m -o koji-sign.mod koji-sign.te
|
||||
semodule_package -o koji-sign.pp -m koji-sign.mod
|
||||
semodule -i koji-sign.pp
|
||||
|
||||
Ensure that httpd can use tty
|
||||
|
||||
getsebool daemons_use_tty
|
||||
@ -36,11 +43,11 @@ If not --> on, set it
|
||||
|
||||
setsebool -P daemons_use_tty 1
|
||||
|
||||
Copy your gpg keys etc. into /etc/koji-hub/gnupgp
|
||||
Copy your gpg keys etc. into /etc/koji-hub/plugins/gnupg/
|
||||
|
||||
Copy sign.conf into /etc/koji-hub-plugins
|
||||
Copy sign.conf into /etc/koji-hub/plugins/
|
||||
|
||||
Edit /etc/koji-hub-plugins/sign.conf to have the correct gpg key names for each tag
|
||||
Edit /etc/koji-hub/plugins/sign.conf to have the correct gpg key names for each tag
|
||||
|
||||
### tag2distrepo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user