Add tag policy for OpenH264
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
parent
a97a4cc616
commit
d7ffb33621
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ tag =
|
||||||
tag *infra* && fromtag *infra* && has_perm infra :: allow
|
tag *infra* && fromtag *infra* && has_perm infra :: allow
|
||||||
fromtag *infra* :: deny
|
fromtag *infra* :: deny
|
||||||
all :: allow
|
all :: allow
|
||||||
|
# This rule is to make sure OpenH264 builds never make it to inappropriate tags
|
||||||
|
package openh264 :: {
|
||||||
|
tag *-openh264 :: allow
|
||||||
|
is_sidetag && is_sidetag_owner :: allow
|
||||||
|
all :: deny Tagging OpenH264 to non-openh264 tags is forbidden.
|
||||||
|
}
|
||||||
|
|
||||||
channel =
|
channel =
|
||||||
method osbuildImage :: use osbuild
|
method osbuildImage :: use osbuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue