logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xenstore-chmod - set the permissions of a Xenstore key

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.

4.20.1-pre                                         2025-05-05                                  xenstore-chmod(1)

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.

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

Name

       xenstore-chmod - set the permissions of a Xenstore key

Synopsis

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

See Also