FalconSN
Is it possible to make ram drive in android?
That makes sense. I also got a question. I mounted tmpfs to $TMPDIR with this command:
mount -t tmpfs -o 'size=16m,uid=10160,gid=10160,mode=0777,fscontext="u:object_r:app_data_file:s0:c160,c256,c512,c768"' tmpfs $TMPDIR
but it's not writable to termux user, can only write after setting selinux to permissive and the part in fscontext
after :s0
is getting ripped off, what could be the problem?24 replies