Merging against master - updating smokingpig, rebase was going to be messy
This commit is contained in:
@@ -275,7 +275,14 @@ in
|
||||
];
|
||||
security.permissionsWrappers.setuid = [
|
||||
{ program = "fping";
|
||||
source = "${e.enlightenment.out}/bin/fping";
|
||||
source = "${pkgs.fping}/bin/fping";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
setuid = true;
|
||||
}
|
||||
|
||||
{ program = "fping";
|
||||
source = "${pkgs.fping}/bin/fping6";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
setuid = true;
|
||||
|
||||
Reference in New Issue
Block a user