diff --git a/target/board/generic/sepolicy/radio.te b/target/board/generic/sepolicy/radio.te new file mode 100644 index 000000000..742d3b2d2 --- /dev/null +++ b/target/board/generic/sepolicy/radio.te @@ -0,0 +1,3 @@ +# Allow the radio to read these properties, they only have an SELinux label in +# the emulator. +get_prop(radio, net_eth0_prop); diff --git a/target/board/generic/sepolicy/rild.te b/target/board/generic/sepolicy/rild.te new file mode 100644 index 000000000..ea183739a --- /dev/null +++ b/target/board/generic/sepolicy/rild.te @@ -0,0 +1,3 @@ +# Allow rild to read these properties, they only have an SELinux label in the +# emulator. +get_prop(rild, net_eth0_prop);