biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / networking / ucspi-tcp / remove-setuid.patch
blobdd693320804630d3e5be5eb2b843ee4987c18ee2
1 diff --git a/hier.c b/hier.c
2 index 5663ada..1d73b84 100644
3 --- a/hier.c
4 +++ b/hier.c
5 @@ -2,8 +2,8 @@
7 void hier()
9 - h(auto_home,-1,-1,02755);
10 - d(auto_home,"bin",-1,-1,02755);
11 + h(auto_home,-1,-1,0755);
12 + d(auto_home,"bin",-1,-1,0755);
14 c(auto_home,"bin","tcpserver",-1,-1,0755);
15 c(auto_home,"bin","tcprules",-1,-1,0755);