AndroidSerialPort icon indicating copy to clipboard operation
AndroidSerialPort copied to clipboard

I get a null list of files from the /dev directory

Open oduconge opened this issue 2 years ago • 0 comments

from SerialPortFinder.java line 95

File dev = new File("/dev");

I always get null as result of dev

my log show:

type=1400 audit(0.0:49408): avc: denied { read } for name="/" dev="tmpfs" ino=4097 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:device:s0 tclass=dir permissive=0

What should I do?

oduconge avatar Sep 15 '23 15:09 oduconge