forked from xen-project/xen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The access vectors defined here have never been used by xenstore. Signed-off-by: Daniel De Graaf <[email protected]> Reviewed-by: Konrad Rzeszutek Wilk <[email protected]> Reviewed-by: Doug Goldstein <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,5 @@ | ||
# Locally defined access vectors | ||
# | ||
# Define access vectors for the security classes defined in security_classes | ||
# Define access vectors for the security classes defined in security_classes. | ||
# Access vectors defined in this file should not be used by the hypervisor. | ||
# | ||
|
||
# Note: this is an example; the xenstore daemon provided with Xen does | ||
# not yet include XSM support, and the exact permissions may be defined | ||
# differently if such support is added. | ||
class xenstore { | ||
# read from keys owned by the target domain (if permissions allow) | ||
read | ||
# write to keys owned by the target domain (if permissions allow) | ||
write | ||
# change permissions of a key owned by the target domain | ||
chmod | ||
# change the owner of a key which was owned by the target domain | ||
chown_from | ||
# change the owner of a key to the target domain | ||
chown_to | ||
# access a key owned by the target domain without permission | ||
override | ||
# introduce a domain | ||
introduce | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters