8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
|
{
|
||
|
my $tftpd = $DB->get('tftpd') or return;
|
||
|
if ( $tftpd->prop('user') eq "root" )
|
||
|
{
|
||
|
$tftpd->set_prop('user' => "nobody");
|
||
|
}
|
||
|
}
|