feat(profile): thunderbird/firefox: move rules needed in both programs.
This commit is contained in:
parent
20546d37a0
commit
112d54907e
3 changed files with 4 additions and 4 deletions
|
|
@ -100,6 +100,9 @@
|
||||||
owner @{tmp}/@{name}/* rwk,
|
owner @{tmp}/@{name}/* rwk,
|
||||||
owner @{tmp}/firefox/ rw,
|
owner @{tmp}/firefox/ rw,
|
||||||
owner @{tmp}/firefox/* rwk,
|
owner @{tmp}/firefox/* rwk,
|
||||||
|
owner @{tmp}/mozilla* rw,
|
||||||
|
owner @{tmp}/mozilla*/ rw,
|
||||||
|
owner @{tmp}/mozilla*/* rwk,
|
||||||
owner @{tmp}/remote-settings-startup-bundle- rw,
|
owner @{tmp}/remote-settings-startup-bundle- rw,
|
||||||
owner @{tmp}/remote-settings-startup-bundle-.tmp rw,
|
owner @{tmp}/remote-settings-startup-bundle-.tmp rw,
|
||||||
owner @{tmp}/Temp-@{uuid}/ rw,
|
owner @{tmp}/Temp-@{uuid}/ rw,
|
||||||
|
|
|
||||||
|
|
@ -64,9 +64,6 @@ profile firefox @{exec_path} flags=(attach_disconnected) {
|
||||||
owner @{tmp}/@{rand8}.* rw, # file downloads (to anywhere)
|
owner @{tmp}/@{rand8}.* rw, # file downloads (to anywhere)
|
||||||
owner @{tmp}/@{uuid}.zip{,.tmp} rw,
|
owner @{tmp}/@{uuid}.zip{,.tmp} rw,
|
||||||
owner @{tmp}/Mozilla@{uuid}-cachePurge-{@{hex15},@{hex16}} rwk,
|
owner @{tmp}/Mozilla@{uuid}-cachePurge-{@{hex15},@{hex16}} rwk,
|
||||||
owner @{tmp}/mozilla* rw,
|
|
||||||
owner @{tmp}/mozilla*/ rw,
|
|
||||||
owner @{tmp}/mozilla*/* rwk,
|
|
||||||
owner @{tmp}/Mozilla\{@{uuid}\}-cachePurge-{@{hex15},@{hex16}} rwk,
|
owner @{tmp}/Mozilla\{@{uuid}\}-cachePurge-{@{hex15},@{hex16}} rwk,
|
||||||
owner @{tmp}/MozillaBackgroundTask-{@{hex15},@{hex16}}-removeDirectory/.parentlock k,
|
owner @{tmp}/MozillaBackgroundTask-{@{hex15},@{hex16}}-removeDirectory/.parentlock k,
|
||||||
owner @{tmp}/MozillaBackgroundTask-{@{hex15},@{hex16}}-removeDirectory/{**,} rw,
|
owner @{tmp}/MozillaBackgroundTask-{@{hex15},@{hex16}}-removeDirectory/{**,} rw,
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ include <tunables/global>
|
||||||
@{config_dirs} = @{HOME}/.@{name}/
|
@{config_dirs} = @{HOME}/.@{name}/
|
||||||
|
|
||||||
@{exec_path} = @{lib_dirs}/glxtest
|
@{exec_path} = @{lib_dirs}/glxtest
|
||||||
profile thunderbird-glxtest @{exec_path} {
|
profile thunderbird-glxtest @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/graphics>
|
include <abstractions/graphics>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue