]> xenbits.xensource.com Git - xen.git/commit
tools/xenstore: call remove_domid_from_perm() for special nodes
authorJuergen Gross <jgross@suse.com>
Wed, 2 Nov 2022 11:08:22 +0000 (12:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 2 Nov 2022 11:08:22 +0000 (12:08 +0100)
commit0751a75e3996cf6efd3925a90b4776660d8df2bc
treeed7dbaebcdac8c5a99eb78a21ec843d14651dae7
parent1283af6465cd14934e89a088f8abef577d013761
tools/xenstore: call remove_domid_from_perm() for special nodes

When destroying a domain, any stale permissions of the domain must be
removed from the special nodes "@...", too. This was not done in the
fix for XSA-322.

Fixes: 496306324d8d ("tools/xenstore: revoke access rights for removed domains")
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
tools/xenstore/xenstored_domain.c