summaryrefslogtreecommitdiffstats
path: root/config/acls.conf
blob: be0caed00e731d003c25f15a437e43f34c80e67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
admin: {}
admins: {}
jradmin:
    copy_distro: {}
    copy_image: {}
    copy_profile: {}
    copy_repo: {}
    modify_distro: {}
    modify_image: {}
    modify_profile: {}
    modify_repo: {}
    new_distro: {}
    new_image: {}
    new_profile: {}
    new_repo: {}
    remove_distro: {}
    remove_image: {}
    remove_profile: {}
    remove_repo: {}
    save_distro: {}
    save_profile: {}
    save_image: {}
    save_repo: {}
    write_kickstart_templates: {}
lesstrusted:
    copy_*: {}
    modify_distro: {}
    modify_image: {}
    modify_profile: {}
    modify_repo: {}
    modify_system:
        gateway-*: {}
        hostname-*: {}
        ip-address-*: {}
        mac-address-*: {}
        subnet-*: {}
    new_*: {}
    remove_*: {}
    rename_*: {}
    save_distro: {}
    save_image: {}
    save_profile: {}
    save_repo: {}
    sync: {}
    write_kickstart_templates: {}
unmatched: {}