refractor(profiles): unify the name of the local variables.
This commit is contained in:
parent
57f914d7fd
commit
2d2693bd99
20 changed files with 166 additions and 166 deletions
|
|
@ -6,11 +6,11 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{firefox_name} = firefox{,.sh,-esr,-bin}
|
||||
@{firefox_lib_dirs} = @{lib}/@{firefox_name} /opt/@{firefox_name}
|
||||
@{firefox_config_dirs} = @{HOME}/.mozilla/
|
||||
@{name} = firefox{,.sh,-esr,-bin}
|
||||
@{lib_dirs} = @{lib}/@{name} /opt/@{name}
|
||||
@{config_dirs} = @{HOME}/.mozilla/
|
||||
|
||||
@{exec_path} = @{firefox_lib_dirs}/vaapitest
|
||||
@{exec_path} = @{lib_dirs}/vaapitest
|
||||
profile firefox-vaapitest @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dri-enumerate>
|
||||
|
|
@ -25,8 +25,8 @@ profile firefox-vaapitest @{exec_path} {
|
|||
/etc/igfx_user_feature{,_next}.txt w,
|
||||
/etc/libva.conf r,
|
||||
|
||||
deny owner @{firefox_config_dirs}/firefox/*/.parentlock rw,
|
||||
deny owner @{firefox_config_dirs}/firefox/*/startupCache/** r,
|
||||
deny owner @{config_dirs}/firefox/*/.parentlock rw,
|
||||
deny owner @{config_dirs}/firefox/*/startupCache/** r,
|
||||
deny owner @{user_cache_dirs}/mozilla/firefox/*/startupCache/* r,
|
||||
|
||||
owner /tmp/firefox/.parentlock rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue