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
Some binaries that access kernel information through /proc/version before execution (libreoffice for example) fail to run and returns an error cat: /proc/version: Permission denied
The text was updated successfully, but these errors were encountered:
A workaround was to change the applications binary to access a fake directory and empty file /prod/version instead of the original through a hex editor. But doing this for multiple applications can be tedious. The solution should be binding a fake version file with pseudo kernel information similar to that done with /proc/stat
This pull request TermuxArch/TermuxArch#12 should resolve the issue. I tested it and Libreoffice starts up perfectly now with no additional tweaking required.
Some binaries that access kernel information through
/proc/version
before execution (libreoffice for example) fail to run and returns an errorcat: /proc/version: Permission denied
The text was updated successfully, but these errors were encountered: