Fix access to /tmp folders for Firefox ESR in Debian (#215)

Firefox ESR in Debian Stable require access to additional folders in
/tmp when use a configuration with multiple profiles.
This commit is contained in:
Jose Maldonado 2023-09-11 12:51:01 -04:00 committed by GitHub
parent 4aaa9379a1
commit 9fec58db35
Failed to generate hash of commit

View file

@ -222,6 +222,10 @@ profile firefox @{exec_path} flags=(attach_disconnected) {
/var/tmp/ r, /var/tmp/ r,
owner /tmp/user/@{uid}/ rw, owner /tmp/user/@{uid}/ rw,
owner /tmp/user/@{uid}/* rwk, owner /tmp/user/@{uid}/* rwk,
owner /tmp/user/@{uid}/Temp-*/ rw,
owner /tmp/user/@{uid}/Temp-*/* rwk,
owner /tmp/user/@{uid}/@{firefox_name}/ rw,
owner /tmp/user/@{uid}/@{firefox_name}/* rwk,
owner /tmp/@{firefox_name}/ rw, owner /tmp/@{firefox_name}/ rw,
owner /tmp/@{firefox_name}/* rwk, owner /tmp/@{firefox_name}/* rwk,
owner /tmp/* rw, owner /tmp/* rw,