1BKR-POLICY-GRANT(1) Beaker BKR-POLICY-GRANT(1)
2
3
4
6 bkr-policy-grant - Grant permissions in an access policy
7
9 bkr policy-grant [options]
10 [--system <fqdn> | --pool <name>]
11 --permission <permission> [--permission <permission> ...]
12 [--user <username> | --group <groupname> | --everybody]
13
14
16 Modifies the access policy to grant new permissions to the given users
17 or groups.
18
19 (Note: this command requires Python 2.6 or later)
20
22 --system <fqdn>
23 Modify the custom access policy for <fqdn>. This option is mutu‐
24 allly exclusive with --pool.
25
26 --pool <name>
27 Modify the access policy for the named system pool. This option
28 is mutually exclusive with --system.
29
30 --permission <permission>
31 Grant <permission>. This option must be specified at least once.
32 For a description of the available permissions, see sys‐
33 tem-access-policies.
34
35 --user <username>
36 Grant permissions to <username>. This option may be specified
37 multiple times, and may be used in combination with --group.
38
39 --group <groupname>
40 Grant permissions to <groupname>. This option may be specified
41 multiple times, and may be used in combination with --user.
42
43 --everybody
44 Grant permissions to all Beaker users. This option is mutually
45 exclusive with --user and --group.
46
47 Common bkr options are described in the Options section of bkr(1).
48
50 Non-zero on error, otherwise zero.
51
53 Grant Beaker developers permission to reserve a system:
54
55 bkr policy-grant --system=test1.example.com \
56 --permission=reserve --group=beakerdevs
57
59 bkr(1), bkr-policy-revoke(1)
60
62 The Beaker team <beaker-devel@lists.fedorahosted.org>
63
65 2013, Red Hat, Inc
66
67
68
69
7026.3 Jan 25, 2019 BKR-POLICY-GRANT(1)