mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 17:05:36 +01:00
feat: add irqbalance.
This commit is contained in:
parent
c60787b5f3
commit
7479b595e9
1 changed files with 33 additions and 0 deletions
33
apparmor.d/profiles-g-l/irqbalance
Normal file
33
apparmor.d/profiles-g-l/irqbalance
Normal file
|
@ -0,0 +1,33 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}{s,}bin/irqbalance
|
||||
profile irqbalance @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{run}/irqbalance/irqbalance[0-9]*.sock w,
|
||||
|
||||
@{sys}/bus/pci/devices/ r,
|
||||
@{sys}/devices/pci[0-9]*/**/{class,numa_node,local_cpus,irq} r,
|
||||
@{sys}/devices/pci[0-9]*/**/{vendor,device,subsystem_vendor,subsystem_device} r,
|
||||
@{sys}/devices/pci[0-9]*/**/msi_irqs/ r,
|
||||
@{sys}/devices/system/cpu/cpu[0-9]*/ r,
|
||||
@{sys}/devices/system/cpu/cpu[0-9]*/cache/index[0-9]*/shared_cpu_map r,
|
||||
@{sys}/devices/system/cpu/cpu[0-9]*/topology/{,**} r,
|
||||
@{sys}/devices/system/cpu/isolated r,
|
||||
@{sys}/devices/system/node/ r,
|
||||
@{sys}/devices/system/node/node[0-9]*/ r,
|
||||
@{sys}/devices/system/node/node[0-9]*/{cpumap,meminfo} r,
|
||||
|
||||
@{PROC}/interrupts r,
|
||||
@{PROC}/irq/[0-9]*/smp_affinity rw,
|
||||
|
||||
include if exists <local/irqbalance>
|
||||
}
|
Loading…
Add table
Reference in a new issue