Add pesign and fedora-repos to koji secure boot channel
This commit is contained in:
parent
f9d46c848e
commit
84d6b4a31c
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,8 @@ Plugins = fedmsg-koji-plugin
|
||||||
|
|
||||||
|
|
||||||
tag =
|
tag =
|
||||||
has_perm secure-boot && package kernel shim grub2 fedora-release :: allow
|
has_perm secure-boot && package kernel shim grub2 fedora-release fedora-repos pesign :: allow
|
||||||
package kernel shim grub2 fedora-release:: deny
|
package kernel shim grub2 fedora-release fedora-repos pesign :: deny
|
||||||
all :: allow
|
all :: allow
|
||||||
|
|
||||||
channel =
|
channel =
|
||||||
|
@ -79,6 +79,8 @@ channel =
|
||||||
source */shim* && has_perm secure-boot :: use secure-boot
|
source */shim* && has_perm secure-boot :: use secure-boot
|
||||||
source */grub2* && has_perm secure-boot :: use secure-boot
|
source */grub2* && has_perm secure-boot :: use secure-boot
|
||||||
source */fedora-release* && has_perm secure-boot :: use secure-boot
|
source */fedora-release* && has_perm secure-boot :: use secure-boot
|
||||||
|
source */fedora-repos* && has_perm secure-boot :: use secure-boot
|
||||||
|
source */pesign* && has_perm secure-boot :: use secure-boot
|
||||||
|
|
||||||
# we have some arm builders that have ssd's in them, eclipse is 7 hours faster building on them so lets
|
# we have some arm builders that have ssd's in them, eclipse is 7 hours faster building on them so lets
|
||||||
# make sure that we always build eclipse on them.
|
# make sure that we always build eclipse on them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue