1BKR-POLICY-REVOKE(1) Beaker BKR-POLICY-REVOKE(1)
2
3
4
6 bkr-policy-revoke - Revoke permissions in an access policy
7
9 bkr policy-revoke [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 revoke permissions for the given users or
17 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 Revoke <permission>. This option must be specified at least
30 once. For a description of the available permissions, see Access
31 policies.
32
33 --user <username>
34 Revoke permissions for <username>. This option may be specified
35 multiple times, and may be used in combination with --group.
36
37 --group <groupname>
38 Revoke permissions for <groupname>. This option may be specified
39 multiple times, and may be used in combination with --user.
40
41 --everybody
42 Revoke permissions which were granted to all Beaker users. This
43 option is mutually exclusive with --user and --group.
44
45 Note that this option only revokes an access policy rule which
46 applies to all Beaker users (for example, created using bkr pol‐
47 icy-grant --everybody). It does not revoke permissions which
48 have been granted to a specific user or group.
49
50 Common bkr options are described in the Options section of bkr(1).
51
53 Non-zero on error, otherwise zero.
54
56 Revoke Beaker developers' permission to reserve a system:
57
58 bkr policy-revoke --system=test1.example.com \
59 --permission=reserve --group=beakerdevs
60
62 bkr(1), bkr-policy-grant(1)
63
65 The Beaker team <beaker-devel@lists.fedorahosted.org>
66
68 2013-2023 Red Hat, Inc.
69
70
71
72
7328.3 Jan 18, 2023 BKR-POLICY-REVOKE(1)