Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3b58d4a authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow goldfish-setup to put the emulator in WiFi-only mode"

parents 94b4f9a5 33dca809
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,3 +15,10 @@ allow goldfish_setup self:udp_socket create_socket_perms;
# Set net.eth0.dns*, debug.sf.nobootanimation
set_prop(goldfish_setup, system_prop)
set_prop(goldfish_setup, debug_prop)

# Set ro.radio.noril
set_prop(goldfish_setup, radio_noril_prop)

# Stop ril-daemon service (by setting ctl.stop to ril-daemon, which
# transforms to a permission check on ctl.ril-daemon).
set_prop(goldfish_setup, ctl_rildaemon_prop)
+1 −0
Original line number Diff line number Diff line
type qemu_prop, property_type;
type radio_noril_prop, property_type;
+1 −0
Original line number Diff line number Diff line
qemu.                   u:object_r:qemu_prop:s0
radio.noril             u:object_r:radio_noril_prop:s0