Home
last modified time | relevance | path

Searched refs:B_System (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DServiceAdmin.pm98 &B_System("$chkconfig_line $startup_script on", "$chkconfig_line $startup_script off");
275 &B_System("$chkconfig_line $startup_script on", "$chkconfig_line $startup_script off");
433 return (&B_System("$service_cmd $daemon start",
485 return (&B_System("$service_cmd $daemon stop",
534 return (&B_System("$service_cmd $daemon restart",
H A DHPSpecific.pm515 &B_System("$swmodify -x files='$file' $productInfo",
562 &B_System("$ipf -s","$ipf -s");
1034 if ( &B_System("$ch_rc -a -p $key=$value $configfile",
1091 &B_System("$exportpath " . $apachectl . " stop","$exportpath " . $apachectl . " start");
1107 &B_System(&getGlobal('BIN',"umask") . " 022; $exportpath " . $chrootScript,
1117 &B_System("$exportpath " . $apachectl . " start","$exportpath " . $apachectl . " stop");
1329 if(&B_System(&getGlobal('BIN','tsconvert'), &getGlobal('BIN','tsconvert') . " -r")){
1334 &B_System(&getGlobal('BIN','modprpw') . " -V", "");
1345 &B_System(&getGlobal('BIN','modprdef') . " -m $newsettings",
1360 &B_System("$crontab -l 2>/dev/null | $crontab","");
[all …]
H A DAPI.pm2099 sub B_System ($$) { subroutine