1BKR-POLICY-REVOKE(1)                Beaker                BKR-POLICY-REVOKE(1)
2
3
4

NAME

6       bkr-policy-revoke - Revoke permissions in an access policy
7

SYNOPSIS

9       bkr policy-revoke [options]
10         [--system <fqdn> | --pool <name>]
11         --permission <permission> [--permission <permission> ...]
12         [--user <username> | --group <groupname> | --everybody]
13
14

DESCRIPTION

16       Modifies the access policy to revoke permissions for the given users or
17       groups.
18
19       (Note: this command requires Python 2.6 or later)
20

OPTIONS

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              Revoke <permission>. This option  must  be  specified  at  least
32              once.  For  a description of the available permissions, see sys‐
33              tem-access-policies.
34
35       --user <username>
36              Revoke permissions for <username>. This option may be  specified
37              multiple times, and may be used in combination with --group.
38
39       --group <groupname>
40              Revoke permissions for <groupname>. This option may be specified
41              multiple times, and may be used in combination with --user.
42
43       --everybody
44              Revoke permissions which were granted to all Beaker users.  This
45              option is mutually exclusive with --user and --group.
46
47              Note  that  this option only revokes an access policy rule which
48              applies to all Beaker users (for example, created using bkr pol‐
49              icy-grant  --everybody).  It  does  not revoke permissions which
50              have been granted to a specific user or group.
51
52       Common bkr options are described in the Options section of bkr(1).
53

EXIT STATUS

55       Non-zero on error, otherwise zero.
56

EXAMPLES

58       Revoke Beaker developers' permission to reserve a system:
59
60          bkr policy-revoke --system=test1.example.com \
61              --permission=reserve --group=beakerdevs
62

SEE ALSO

64       bkr(1), bkr-policy-grant(1)
65

AUTHOR

67       The Beaker team <beaker-devel@lists.fedorahosted.org>
68
70       2013-2020 Red Hat, Inc.
71
72
73
74
7527.4                             Mar 30, 2020             BKR-POLICY-REVOKE(1)
Impressum