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

NAME

6       bkr-policy-list - Lists access policy rules for a system
7

SYNOPSIS

9       bkr policy-list [options] <fqdn>
10
11

DESCRIPTION

13       Retrieves and prints the access policy rules for a system whose FQDN is
14       <fqdn>.
15
16       By default, the currently active access  policy  rules  are  retrieved,
17       which  could  be  a a pool access policy. To retrieve the custom access
18       policy rules, specify --custom.
19
20       (Note: this command requires Python 2.6 or later)
21

OPTIONS

23       --custom
24              Retrieve the custom access policy rules for the  system  instead
25              of the currently active access policy rules.
26
27       --mine Retrieves  the  access  policy  rules  that  have  been  granted
28              directly to your user account.  This does  not  include  permisā€
29              sions  granted  indirectly via group permissions or the system's
30              default permissions.
31
32       --user <username>
33              Retrieve the access policy rules for <username>. This option can
34              be specified multiple times.
35
36       --group <group>
37              Retrieve the access policy rules for group, <group>. This option
38              can be specified multiple times.
39
40       --format <format>
41              Display results in the given format,  either  tabular  or  json.
42              The  tabular  format  lists one rule per row as a table. This is
43              the default. The json format returns the rules as a  JSON  array
44              and is compact.
45
46       Common bkr options are described in the Options section of bkr(1).
47

EXIT STATUS

49       Non-zero on error, otherwise zero.
50

EXAMPLES

52       List current policy list for a system:
53
54          bkr policy-list test1.example.com
55
56       List current policy list for a system for users, user1 and user2:
57
58          bkr policy-list --user user1 --user user2 test1.example.com
59

SEE ALSO

61       bkr(1), bkr-policy-list(1)
62

AUTHOR

64       The Beaker team <beaker-devel@lists.fedorahosted.org>
65
67       2013-2019 Red Hat, Inc.
68
69
70
71
7226.5                             Sep 26, 2019               BKR-POLICY-LIST(1)
Impressum