Skip to content

Commit a954c98

Browse files
committed
Merge pull request #2 from cjp256/oxt-293
xsm: add send_irq for dom0 and stubdom -> hvm guests
2 parents 52c55b9 + 438fca7 commit a954c98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

policy/modules/xen/stubdom.if

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface(`stubdom_ioemu',`
8989
allow stubdom_t $1:resource { add remove };
9090
allow stubdom_t $1:domain { set_target shutdown settime };
9191
allow stubdom_t $1:hvm { cacheattr getparam irqlevel pcilevel pciroute
92-
setparam trackdirtyvram hvmctl };
92+
setparam trackdirtyvram hvmctl send_irq };
9393
allow stubdom_t $1:mmu { adjust physmap map_read map_write };
9494
allow stubdom_t $1:grant copy;
9595
allow $1 stubdom_t:grant { copy };

policy/modules/xen/xen.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ allow dom0_type xen_t:xen { kexec readapic writeapic mtrr_read mtrr_add mtrr_del
8888

8989
# dom0 access to hvm guests
9090
allow dom0_type hvm_type:hvm { cacheattr getparam irqlevel pcilevel pciroute
91-
nested setparam hvmctl trackdirtyvram };
91+
nested setparam hvmctl trackdirtyvram send_irq };
9292

9393
########################################
9494
#

0 commit comments

Comments
 (0)