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
modif: improve error messages in mountinfo.c (#6711)
Currently when a line from /proc/self/mountinfo is too long, firejail
exits with an unclear error message:
Error: cannot read /proc/self/mountinfo
So reword it and include the maximum line length and the offending line:
Error: /proc/self/mountinfo line is too long and may be truncated (4095 >= 4095): [...]
Improve other error messages in mountinfo.c as well.
Relates to #6450.
0 commit comments