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
20 --system <fqdn>
21 Modify the custom access policy for <fqdn>. This option is mutu‐
22 allly exclusive with --pool.
23
24 --pool <name>
25 Modify the access policy for the named system pool. This option
26 is mutually exclusive with --system.
27
28 --permission <permission>
29 Grant <permission>. This option must be specified at least once.
30 For a description of the available permissions, see sys‐
31 tem-access-policies.
32
33 --user <username>
34 Grant permissions to <username>. This option may be specified
35 multiple times, and may be used in combination with --group.
36
37 --group <groupname>
38 Grant permissions to <groupname>. This option may be specified
39 multiple times, and may be used in combination with --user.
40
41 --everybody
42 Grant permissions to all Beaker users. This option is mutually
43 exclusive with --user and --group.
44
45 Common bkr options are described in the Options section of bkr(1).
46
48 Non-zero on error, otherwise zero.
49
51 Grant Beaker developers permission to reserve a system:
52
53 bkr policy-grant --system=test1.example.com \
54 --permission=reserve --group=beakerdevs
55
57 bkr(1), bkr-policy-revoke(1)
58
60 The Beaker team <beaker-devel@lists.fedorahosted.org>
61
63 2013-2021 Red Hat, Inc.
64
65
66
67
6828.2 Feb 17, 2021 BKR-POLICY-GRANT(1)