wireshark no-root group setup
This commit is contained in:
parent
2141bb60ba
commit
1fcfd62887
|
@ -134,6 +134,15 @@ in {
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# wireshark noroot gropu
|
||||
users.groups.wireshark.gid = 500;
|
||||
security.wrappers.dumpcap = {
|
||||
source = "${pkgs.wireshark}/bin/dumpcap";
|
||||
permissions = "u+xs,g+x";
|
||||
owner = "root";
|
||||
group = "wireshark";
|
||||
};
|
||||
|
||||
programs.zsh =
|
||||
{ enable = true;
|
||||
autosuggestions.enable = true;
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
networkmanager-openconnect
|
||||
networkmanager-vpnc
|
||||
kdeApplications.akonadi-mime # for KOrganizer
|
||||
|
||||
wireshark
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue