Following the last screenshot in https://bkhome.org/news/202403/testing- ... kgget.html, i tried Client Manager (launched by LoginManager) (in EasyVoid and Easy 5.7)
Firefox is not listed nor in root apps (apps running as root) nor in non-root apps. But it is listed in LoginManager as a non-root application that can become root app.
In the script (/usr/local/clients/choose-clients) , firefox is excluded by the test lines 60 and 61 (EasyOS 5.7)
Code: Select all
grep -q 'exec sudo-sh' "$Fdest"
if [ $? -eq 0 ];then continue; fi
For firefox $Fdest= the script /usr/bin/firefox, and exec sudo-sh is in this script