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
Problem description
In MiXplorer (with root access), create or copy any file to home folder. Permission 777 is granted automatically by MiX. Owner is UID of termux app.
Example: -rwxrwxrwx 1 u0_a485 u0_a485 62 Jun 14 06:14 hello2
Check with /system/bin/ls -lZ hello2 under root (tsu) shell. Termux ls will just show ? instead of context since its not supported. Restore context with /system/bin/restorecon -v hello2.
Welcome. Report the issue to MiXplorer dev, maybe he can add support/option for running restorecon automatically on file creation/pasting or inheriting it from parent directory.
Problem description
In MiXplorer (with root access), create or copy any file to home folder. Permission 777 is granted automatically by MiX. Owner is UID of termux app.
Example:
-rwxrwxrwx 1 u0_a485 u0_a485 62 Jun 14 06:14 hello2
Open termux (home folder)
Steps to reproduce
As above steps. In below clip, I also compare files
hello2
withhello
. Filehello
is created bynano
in termuxScreenrecorder.mp4
Expected behavior
Files should be accessed or executed without
tsu
The text was updated successfully, but these errors were encountered: