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
It's less of a bug, more of wondering why firejail does this with firefox
Steps to Reproduce
start firejail firefox as user
ls /proc/pid of all instances of firefox
cd /proc/pid of a firefox instance as user
ls -l map_files : permission denied
Expected behavior
The directory is listed as user:user as the owner and group owner. An ls should show all mapped files
Actual behavior
It does not allow the user which started firejail firefox to list all the mapped files
Behavior without a profile
Starting firefox manually allows listing of the mapped files
Additional context
When using firejail to start firefox, to check outgoing socket connects, an lsof -i is used to show active connects. However lsof -i does not work when used together with firejail. Looking into /proc shows namespace isolation stops proper output of lsof -i, and related directories like the map_files are not readable by the user.
Environment
Ubuntu 20.04 , firefox 93.0 from repo, firejail 0.9.62 from repo.
The text was updated successfully, but these errors were encountered:
muziker
changed the title
RFI on using Firejail with firefox
Request for info on using Firejail with firefox
Oct 19, 2021
kmk3
added
question
The issue is about requesting information (see also Discussions)
and removed
question_old
(Deprecated; use "needinfo" or "question" instead) Further information is requested
labels
Aug 24, 2024
kmk3
changed the title
Request for info on using Firejail with firefox
firefox: cannot access /proc/self/map_files: Permission denied
Sep 10, 2024
Description
It's less of a bug, more of wondering why firejail does this with firefox
Steps to Reproduce
ls /proc/pid
of all instances of firefoxcd /proc/pid
of a firefox instance as userExpected behavior
The directory is listed as user:user as the owner and group owner. An ls should show all mapped files
Actual behavior
It does not allow the user which started firejail firefox to list all the mapped files
Behavior without a profile
Starting firefox manually allows listing of the mapped files
Additional context
When using firejail to start firefox, to check outgoing socket connects, an lsof -i is used to show active connects. However lsof -i does not work when used together with firejail. Looking into /proc shows namespace isolation stops proper output of lsof -i, and related directories like the map_files are not readable by the user.
Environment
Ubuntu 20.04 , firefox 93.0 from repo, firejail 0.9.62 from repo.
The text was updated successfully, but these errors were encountered: