javascript - Access my Firefox plugin under root -


i build firefox plugin scans fingerprint using firebreath framework. problem when run test on plugin in normal mode, plugin run doesn't allow me use usb scanner need root access . , when start firefox root, can't find plugin among plugins list on firefox . tried copy plugin file "plg.so" /usr/lib64/mozilla/plugins/ . added plugin list on firefox when try access , firefox freeze . help.

the different plugin install locations document here.
if install them per-user (~/.mozilla/plugins), need install them every user want use them (i.e. install them root), although can install them globally found out.

for freezing, it's impossible tell problem without more information.
recommend file bug stack trace (either crash report id if can crash while frozen or manually using alternative methods).


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -