mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
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:
parent
4aaa9379a1
commit
9fec58db35
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue