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:
parent
abcc9705af
commit
b14551d316
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user