You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi your script very good. I test it and I find security issues. Since no pin code so I can use LightBlue app connect to ibeacon and when I connect it the script crash until I run script again.
The text was updated successfully, but these errors were encountered:
if 'SUDO_UID' in os.environ.keys() or os.geteuid() == 0:
In fact you may be able to get to get rid of SUDO_UID - and test for both sudo and root with just os.geteuid() == 0 - I don't know. I don't use sudo. But I would presume sudo is just setting the euid to be root in a manner similar to su.
Hi your script very good. I test it and I find security issues. Since no pin code so I can use LightBlue app connect to ibeacon and when I connect it the script crash until I run script again.
The text was updated successfully, but these errors were encountered: