mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
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
@ -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…
Reference in New Issue
Block a user