Hi,
I m trying to execute a custom binary through popen for enabling the wifi protocol in Android Oreo.
popen("/vendor/bin/hw/onebox_util rpine0 enable_protocol 1", "r");
I'm getting the error as "avc : denied {execute_no_trans}" .Please find the attached logcat image.
Someone please help me , how to give the permissions for "onebox_util" using sepolicy?
and also , how to give permissions for creating socket through "onebox_util"
Regards
Abhilash