summaryrefslogtreecommitdiff
path: root/docs/man/xenstore-chmod.1.pod
blob: d221f5dffcef5e06bcf266bd373419e459585736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
=head1 NAME

xenstore-chmod - set the permissions of a Xenstore key

=head1 SYNOPSIS

B<xenstore-chmod> [I<OPTION>]... [I<KEY>] [I<PERM>]...

=head1 DESCRIPTION

Sets the permissions of the Xenstore I<KEY>.

I<PERM> has the format I<LD>, where I<L> is a letter for the type of
permission and I<D> is the corresponding domain ID.

The types of permission are:

=over

=item B<r>

read

=item B<w>

write

=item B<b>

read and write (both)

=item B<n>

no access

=back

The first permission entry is the domain owning the key (the owner)
I<and> the permissions for any domain not explicitly listed in
subsequent entries.  The key owner always has full access (read,
write, and set permissions).

=over

=item B<-r>

Apply the permissions to the key and all its I<children>.

=item B<-u>

Apply the permissions to the key and all its I<parents>.

=back

=head1 BUGS

Send bugs to xen-devel@lists.xenproject.org, see
https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.