Fix access to /tmp/user/@{uid} in Debian Stable
Firefox require access to /tmp/user/@{uid}/ for downloads in Firefox ESR
for actual Debian Stable (FirefoxESR-102.15.0esr-1-deb12u1)
This commit is contained in:
parent
f008e9c6cf
commit
43ade39bbd
1 changed files with 3 additions and 1 deletions
|
|
@ -219,7 +219,9 @@ profile firefox @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{firefox_cache_dirs}/** rwk,
|
||||
|
||||
/tmp/ r,
|
||||
/var/tmp/ r,
|
||||
/var/tmp/ r,
|
||||
owner /tmp/user/@{uid}/ rw,
|
||||
owner /tmp/user/@{uid}/* rwk,
|
||||
owner /tmp/@{firefox_name}/ rw,
|
||||
owner /tmp/@{firefox_name}/* rwk,
|
||||
owner /tmp/* rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue