Fix access to /tmp folders for Firefox ESR in Debian

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 aka Yukiteru 2023-09-11 12:30:04 -04:00
parent 4aaa9379a1
commit ff7cc1329a
No known key found for this signature in database
GPG key ID: 59CF1ED4181704DC

View file

@ -222,6 +222,10 @@ profile firefox @{exec_path} flags=(attach_disconnected) {
/var/tmp/ r,
owner /tmp/user/@{uid}/ rw,
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}/* rwk,
owner /tmp/* rw,