mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-12 22:43:48 +01:00
Update nvtop (#595)
Some checks failed
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
Some checks failed
Ubuntu / build (default, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (default, ubuntu-24.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Has been cancelled
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Has been cancelled
Ubuntu / tests (push) Has been cancelled
This commit is contained in:
parent
a37e11f686
commit
3144c30c0c
@ -31,7 +31,16 @@ profile nvtop @{exec_path} flags=(attach_disconnected) {
|
||||
@{run}/udev/data/c@{dynamic}:@{int} r, # For dynamic assignment range 234 to 254, 384 to 511
|
||||
|
||||
@{sys}/bus/ r,
|
||||
@{sys}/devices/@{pci}/ r,
|
||||
@{sys}/devices/@{pci}/current_link_{speed,width} r,
|
||||
@{sys}/devices/@{pci}/enable r,
|
||||
@{sys}/devices/@{pci}/hwmon/hwmon@{int}/fan@{int}_{enable,max} r,
|
||||
@{sys}/devices/@{pci}/hwmon/hwmon@{int}/power@{int}_cap r,
|
||||
@{sys}/devices/@{pci}/hwmon/hwmon@{int}/pwm@{int} r,
|
||||
@{sys}/devices/@{pci}/hwmon/hwmon@{int}/pwm@{int}_{enable,max} r,
|
||||
@{sys}/devices/@{pci}/hwmon/hwmon@{int}/temp@{int}_crit r,
|
||||
@{sys}/devices/@{pci}/max_link_{speed,width} r,
|
||||
@{sys}/devices/@{pci}/pcie_bw r,
|
||||
@{sys}/devices/system/node/node@{int}/cpumap r,
|
||||
|
||||
@{PROC}/ r,
|
||||
|
Loading…
Reference in New Issue
Block a user