mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 15:26:44 +01:00
feat(profile): firefox: better naming of possible attachment.
This commit is contained in:
parent
7167de932c
commit
01c1562e7c
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ abi <abi/4.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{name} = firefox{,.sh,-esr,-bin}
|
@{name} = firefox{,-esr,-bin}
|
||||||
@{lib_dirs} = @{lib}/@{name} /opt/@{name}
|
@{lib_dirs} = @{lib}/firefox{,-esr,-beta,-devedition,-nightly} /opt/@{name}
|
||||||
@{config_dirs} = @{HOME}/.mozilla/
|
@{config_dirs} = @{HOME}/.mozilla/
|
||||||
@{cache_dirs} = @{user_cache_dirs}/mozilla/
|
@{cache_dirs} = @{user_cache_dirs}/mozilla/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue