Why does firejail fail to execute if ~/.asoundrc is a symlink? #5709
-
|
If ~/.asoundrc is a symlink, I see this error message. Why? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
|
Where does it point to? |
Beta Was this translation helpful? Give feedback.
-
|
Did you search for it? |
Beta Was this translation helpful? Give feedback.
-
|
It looks like Firejail only answers half of the question at the moment. It is probably not wrong to reject copying a file from outside $HOME to a tmpfs mounted on $HOME, but if Firejail does not copy the file it could perhaps just recreate the symbolic link? If .asoundrc is under control of the user already, it doesn't make a difference which symlink is created by Firejail. If .asoundrc is not under control of the user, Firejail could just 1:1 reproduce the symbolic link.
Understood. |
Beta Was this translation helpful? Give feedback.
-
|
I'll remove the restriction, so you can link wherever, as long as the file pointed by the symlink is owned by the user running the sandbox. Any other similar files/problems, just let us know. |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. I'll mark it as resolved on mainline. |
Beta Was this translation helpful? Give feedback.
OK, thanks. I'll mark it as resolved on mainline.