feat(profile): start using new abstraction.
This commit is contained in:
parent
9f49052529
commit
b7140c9b2b
33 changed files with 44 additions and 196 deletions
|
|
@ -13,12 +13,8 @@ include <tunables/global>
|
|||
@{exec_path} = @{lib_dirs}/glxtest
|
||||
profile firefox-glxtest @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dri-common>
|
||||
include <abstractions/dri-enumerate>
|
||||
include <abstractions/mesa>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/opencl-nvidia>
|
||||
include <abstractions/vulkan>
|
||||
include <abstractions/X-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
|
@ -27,9 +23,6 @@ profile firefox-glxtest @{exec_path} {
|
|||
|
||||
owner /tmp/@{name}/.parentlock rw,
|
||||
|
||||
@{sys}/bus/pci/devices/ r,
|
||||
@{sys}/devices/@{pci}/class r,
|
||||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
|
||||
include if exists <local/firefox-glxtest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue