mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
fix(profiles): add missing firefox_config_dirs.
This commit is contained in:
parent
db35aa9249
commit
b4311dac65
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ include <tunables/global>
|
|||
|
||||
@{firefox_name} = firefox{,.sh,-esr,-bin}
|
||||
@{firefox_lib_dirs} = @{lib}/@{firefox_name} /opt/@{firefox_name}
|
||||
@{firefox_config_dirs} = @{HOME}/.mozilla/
|
||||
|
||||
@{exec_path} = @{firefox_lib_dirs}/vaapitest
|
||||
profile firefox-vaapitest @{exec_path} {
|
||||
|
|
Loading…
Reference in a new issue