2025-02-06 11:32:58 +00:00
|
|
|
abi <abi/4.0>,
|
|
|
|
|
|
|
|
include <tunables/global>
|
|
|
|
|
2025-02-06 14:29:09 +00:00
|
|
|
profile iotop-c /usr/sbin/iotop-c {
|
2025-02-06 11:32:58 +00:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/bash>
|
2025-02-07 13:40:14 +00:00
|
|
|
include <abstractions/nameservice-strict>
|
2025-02-06 11:32:58 +00:00
|
|
|
|
|
|
|
capability net_admin,
|
|
|
|
capability sys_admin,
|
|
|
|
|
|
|
|
/proc/*/cmdline r,
|
|
|
|
/proc/*/task/ r,
|
|
|
|
/usr/sbin/iotop-c mr,
|
2025-02-07 13:40:14 +00:00
|
|
|
/proc/ r,
|
|
|
|
/proc/sys/kernel/task_delayacct rw,
|
|
|
|
/proc/vmstat r,
|
2025-02-06 14:52:39 +00:00
|
|
|
owner @{HOME}/.config/iotop/iotoprc rw,
|
2025-02-06 11:32:58 +00:00
|
|
|
|
2025-02-07 13:40:14 +00:00
|
|
|
include if exists <local/iotop-c>
|
2025-02-06 11:32:58 +00:00
|
|
|
}
|