1xenstore-chmod(1) Xen xenstore-chmod(1)
2
3
4
6 xenstore-chmod - set the permissions of a Xenstore key
7
9 xenstore-chmod [OPTION]... [KEY] [PERM]...
10
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 -u Apply the permissions to the key and all its parents.
35
37 Send bugs to xen-devel@lists.xenproject.org, see
38 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on
39 how to send bug reports.
40
41
42
434.17.2 2023-11-14 xenstore-chmod(1)