1xenstore-chmod(1)                     Xen                    xenstore-chmod(1)
2
3
4

NAME

6       xenstore-chmod - set the permissions of a Xenstore key
7

SYNOPSIS

9       xenstore-chmod [OPTION]... [KEY] [PERM]...
10

DESCRIPTION

12       Sets the permissions of the Xenstore KEY.
13
14       PERM has the format LD, where L is a letter for the type of permission
15       and D is the corresponding domain ID.
16
17       The types of permission are:
18
19       r   read
20
21       w   write
22
23       b   read and write (both)
24
25       n   no access
26
27       The first permission entry is the domain owning the key (the owner) and
28       the permissions for any domain not explicitly listed in subsequent
29       entries.  The key owner always has full access (read, write, and set
30       permissions).
31
32       -r  Apply the permissions to the key and all its children.
33
34       -s  Connect to the Xenstore daemon using a local socket only.
35
36       -u  Apply the permissions to the key and all its parents.
37

BUGS

39       Send bugs to xen-devel@lists.xenproject.org, see
40       https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on
41       how to send bug reports.
42
43
44
454.13.0                            2020-04-14                 xenstore-chmod(1)
Impressum