refractor(profiles): unify the name of the local variables.

This commit is contained in:
Alexandre Pujol 2023-09-13 20:55:20 +01:00
parent 57f914d7fd
commit 2d2693bd99
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 166 additions and 166 deletions

View file

@ -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}/glxtest
@{exec_path} = @{lib_dirs}/glxtest
profile firefox-glxtest @{exec_path} {
include <abstractions/base>
include <abstractions/dri-common>
@ -23,7 +23,7 @@ profile firefox-glxtest @{exec_path} {
@{exec_path} mr,
owner @{firefox_config_dirs}/firefox/*/.parentlock rw,
owner @{config_dirs}/firefox/*/.parentlock rw,
owner /tmp/firefox/.parentlock rw,