Unable to give permissions to socket through .te file in Android oreo

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to give permissions to socket through .te file in Android oreo

597 Views
abhilashyarrago
Contributor I
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
0 Kudos
1 Reply

479 Views
diegoadrian
NXP Employee
NXP Employee

Hello,

I apologize for the delay,

Have you tried to perform the command as a root user?

Best Regards,

Diego.

0 Kudos