mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Update protonmail-bridge
Because of the following requests: ``` owner "@{user_cache_dirs}/Proton AG/" w, owner @{user_cache_dirs}/protonmail/ w, owner @{user_config_dirs}/protonmail/ w, owner @{user_share_dirs}/protonmail/ w, ``` possibly during setup.
This commit is contained in:
parent
3a7e4c6705
commit
c28d05f15f
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ abi <abi/3.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{config_dirs} = @{user_config_dirs}/protonmail/bridge-v3
|
@{config_dirs} = @{user_config_dirs}/protonmail/{,bridge-v3}
|
||||||
@{cache_dirs} = @{user_cache_dirs}/protonmail/bridge-v3 "@{user_cache_dirs}/Proton AG/Proton Mail Bridge"
|
@{cache_dirs} = @{user_cache_dirs}/protonmail/{,bridge-v3} "@{user_cache_dirs}/Proton AG/{,Proton Mail Bridge}"
|
||||||
@{share_dirs} = @{user_share_dirs}/protonmail/bridge-v3
|
@{share_dirs} = @{user_share_dirs}/protonmail/{,bridge-v3}
|
||||||
|
|
||||||
@{exec_path} = @{lib}/protonmail/bridge/bridge-gui
|
@{exec_path} = @{lib}/protonmail/bridge/bridge-gui
|
||||||
profile protonmail-bridge @{exec_path} {
|
profile protonmail-bridge @{exec_path} {
|
||||||
|
|
Loading…
Reference in a new issue