summaryrefslogtreecommitdiff
path: root/tools/flask
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2020-05-29 12:20:31 +0200
committerJan Beulich <jbeulich@suse.com>2020-05-29 12:20:31 +0200
commit02e9a9cf20950e78c816987415ed920d72444f94 (patch)
tree4e2eaa33f1a333619c131f87380639c415f97d00 /tools/flask
parenta2486890689713116351e5bbfb8f104c797479cc (diff)
downloadxen-02e9a9cf20950e78c816987415ed920d72444f94.tar.gz
xen: remove XEN_SYSCTL_set_parameter support
The functionality of XEN_SYSCTL_set_parameter is available via hypfs now, so it can be removed. This allows to remove the kernel_param structure for runtime parameters by putting the now only used structure element into the hypfs node structure of the runtime parameters. Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'tools/flask')
-rw-r--r--tools/flask/policy/modules/dom0.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flask/policy/modules/dom0.te b/tools/flask/policy/modules/dom0.te
index 20925e38a2..0a63ce15b6 100644
--- a/tools/flask/policy/modules/dom0.te
+++ b/tools/flask/policy/modules/dom0.te
@@ -16,7 +16,7 @@ allow dom0_t xen_t:xen {
allow dom0_t xen_t:xen2 {
resource_op psr_cmt_op psr_alloc pmu_ctrl get_symbol
get_cpu_levelling_caps get_cpu_featureset livepatch_op
- coverage_op set_parameter
+ coverage_op
};
# Allow dom0 to use all XENVER_ subops that have checks.