Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > e74a9b85ef914482fe1f7882f09cedae > files > 442

xen-doc-4.5.0-4.mga5.i586.rpm

NAME
    xenstore-chmod - set the permissions of a Xenstore key

SYNOPSIS
    xenstore-chmod [*OPTION*]... [*KEY*] [*PERM*]...

DESCRIPTION
    Sets the permissions of the Xenstore *KEY*.

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

    The types of permission are:

    r   read

    w   write

    b   read and write (both)

    n   no access

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

    -r  Apply the permissions to the key and all its *children*.

    -s  Connect to the Xenstore daemon using a local socket only.

    -u  Apply the permissions to the key and all its *parents*.

BUGS
    Send bugs to xen-devel@lists.xen.org, see
    http://wiki.xen.org/xenwiki/ReportingBugs on how to send bug reports.