{ my $tftpd = $DB->get('tftpd') or return; if ( $tftpd->prop('privilege') eq "r" ) { $tftpd->set_prop('privilege' => "ro"); } }