1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

no longer make smbpasswd setuid root

This commit is contained in:
Herb Lewis 0001-01-01 00:00:00 +00:00
parent abcc9705af
commit b14551d316

View File

@ -95,7 +95,7 @@ while(@bins) {
if (index($nextfile,'$')) {
if ($nextfile eq "smbpasswd") {
print IDB "f 4555 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
print IDB "f 0755 root sys usr/samba/bin/$nextfile source/$nextfile samba.sw.base\n";
}
elsif ($nextfile eq "findsmb") {
print IDB "f 0755 root sys usr/samba/bin/$nextfile packaging/SGI/$nextfile samba.sw.base\n";