nixos/plasma6: add capability wrappers for libksysguard/ksystemstats
These may need to move to a separate module one day, but for now let's just keep them here.
This commit is contained in:
@@ -341,6 +341,20 @@ in
|
||||
capabilities = "cap_sys_nice+ep";
|
||||
source = "${lib.getBin pkgs.kdePackages.kwin}/bin/kwin_wayland";
|
||||
};
|
||||
|
||||
ksystemstats_intel_helper = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
capabilities = "cap_perfmon+ep";
|
||||
source = "${pkgs.kdePackages.ksystemstats}/libexec/ksystemstats_intel_helper";
|
||||
};
|
||||
|
||||
ksgrd_network_helper = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
capabilities = "cap_net_raw+ep";
|
||||
source = "${pkgs.kdePackages.libksysguard}/libexec/ksysguard/ksgrd_network_helper";
|
||||
};
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user