diff --git a/app.te b/app.te index 090088f088a3c8a1f51e3b2b4bbea4cda1f80a46..fe0b25072c76057cf498c106aa44c3494c13fc3a 100644 --- a/app.te +++ b/app.te @@ -59,6 +59,7 @@ allow appdomain system_data_file:file { execute execute_no_trans open }; # Execute the shell or other system executables. allow appdomain shell_exec:file rx_file_perms; allow appdomain system_file:file rx_file_perms; +allow appdomain ping_exec:file rx_file_perms; # Read/write wallpaper file (opened by system). allow appdomain wallpaper_file:file { read write };