Support for ACLs
Users in the "admin" level can set aliases, rebuild packages, and trigger services. On the other hand, users in the "user" level can only perform read-only operations (reading status at this point).
This commit is contained in:
parent
aea53325ad
commit
c9d4e0312d
2 changed files with 49 additions and 2 deletions
|
|
@ -34,3 +34,8 @@ repo_aliases:
|
|||
repository: "KDE_Unstable_Frameworks_openSUSE_Factory"
|
||||
state: "failed"
|
||||
arch: "all"
|
||||
acl:
|
||||
admin:
|
||||
- "@CHANGE_ME"
|
||||
user: []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue