Declare topics for askbot.
This commit is contained in:
parent
2f393cba9c
commit
032d116fcc
2 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,12 @@ fedmsg_certs:
|
|||
- service: askbot
|
||||
owner: root
|
||||
group: apache
|
||||
can_send:
|
||||
- askbot.post.delete
|
||||
- askbot.post.edit
|
||||
- askbot.post.flag_offensive.add
|
||||
- askbot.post.flag_offensive.delete
|
||||
- askbot.tag.update
|
||||
|
||||
|
||||
# For the MOTD
|
||||
|
|
|
@ -25,7 +25,12 @@ fedmsg_certs:
|
|||
- service: askbot
|
||||
owner: root
|
||||
group: apache
|
||||
|
||||
can_send:
|
||||
- askbot.post.delete
|
||||
- askbot.post.edit
|
||||
- askbot.post.flag_offensive.add
|
||||
- askbot.post.flag_offensive.delete
|
||||
- askbot.tag.update
|
||||
|
||||
# For the MOTD
|
||||
csi_security_category: Low
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue