Allow qemu_props to set net_share_prop properties

emulator sets the 'net.shared_net_ip' boot option
and init.ranchu-net.sh reads it.

Bug: 147493341
Bug: 149778407
Test: boot
Signed-off-by: Roman Kiryanov <rkir@google.com>
Merged-In: I67e4491aea4b1986a5dc7b273983b058cb41ba21
Change-Id: I7f0cf4855951798e8ea519cd589d075a40a44069
diff --git a/sepolicy/common/qemu_props.te b/sepolicy/common/qemu_props.te
index b3e2d95..f2c253c 100644
--- a/sepolicy/common/qemu_props.te
+++ b/sepolicy/common/qemu_props.te
@@ -5,6 +5,7 @@
 init_daemon_domain(qemu_props)
 
 set_prop(qemu_props, qemu_prop)
+set_prop(qemu_props, net_share_prop)
 # TODO(b/79502552): Invalid property access from emulator vendor
 #set_prop(qemu_props, qemu_cmdline)
 set_prop(qemu_props, qemu_cmdline)