mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
feat: chrome has more multiple possible name.
This commit is contained in:
parent
c812507792
commit
da5a3fc6a2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{chromium_name} = chrome{,-beta,-unstable}
|
||||
@{chromium_name} = chrome{,-beta,-stable,-unstable}
|
||||
@{chromium_domain} = com.google.Chrome
|
||||
@{chromium_lib_dirs} = /opt/google/@{chromium_name}
|
||||
@{chromium_config_dirs} = @{user_config_dirs}/google-@{chromium_name}
|
||||
|
@ -22,7 +22,7 @@ profile chrome @{exec_path} {
|
|||
|
||||
/{usr/,}bin/man rPUx, # For "chrome --help"
|
||||
|
||||
@{chromium_lib_dirs}/google-chrome{,-beta,-unstable} rPx,
|
||||
@{chromium_lib_dirs}/google-@{chromium_name} rPx,
|
||||
|
||||
@{chromium_lib_dirs}/nacl_helper rix,
|
||||
@{chromium_lib_dirs}/xdg-mime rix, #-> xdg-mime,
|
||||
|
|
Loading…
Reference in a new issue