Searched refs:getGlobal (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | HPSpecific.pm | 165 my $ipf=&getGlobal('BIN','ipf_new'); 168 $ipf = &getGlobal('BIN','ipf'); 349 my $rm = &getGlobal('BIN',"rm"); 413 my $bdf = &getGlobal('BIN',"bdf"); 881 my $ps = &getGlobal('BIN',"ps"); 913 my $ps = &getGlobal('BIN',"ps"); 1071 my $ps = &getGlobal('BIN',"ps"); 1095 if(-d &getGlobal('BDIR',"jail")){ 1113 &getGlobal('BDIR',"jail") . "\\n\" >> " . &getGlobal('BFILE',"TOREVERT")); 1302 my $sh = &getGlobal("BIN", "sh"); [all …]
|
H A D | ServiceAdmin.pm | 97 $chkconfig_line=&getGlobal('BIN','chkconfig'); 274 $chkconfig_line=&getGlobal('BIN','chkconfig'); 425 if ( -e (&getGlobal('DIR', 'initd') . "/$daemon") ) { 428 my $service_cmd=&getGlobal('BIN', 'service'); 479 my $service_cmd=&getGlobal('BIN', 'service'); 530 my $service_cmd=&getGlobal('BIN', 'service'); 598 my @params = @{ &getGlobal('SERVICE', $service) }; 599 my $chkconfig = &getGlobal('BIN', 'chkconfig'); 600 my $grep = &getGlobal('BIN', 'grep'); 601 my $inittab = &getGlobal('FILE', 'inittab'); [all …]
|
H A D | AccountPermission.pm | 317 my $chown = &getGlobal("BIN","chown"); 425 my $chgrp = &getGlobal("BIN","chgrp"); 488 if (open PASSWD,&getGlobal('FILE','passwd')) { 517 if (open GROUP,&getGlobal('FILE','group')) { 553 if (open ETCGROUP,&getGlobal('FILE','group')) { 574 if (open GROUP,&getGlobal('FILE','group')) { 581 &B_delete_line(&getGlobal('FILE','group'),"^$group:/"); 608 unless (open GROUP,&getGlobal('FILE','group')) { 875 my $logins = &getGlobal("BIN","logins"); 979 open(PASSWD,&getGlobal('FILE','passwd')); [all …]
|
H A D | API.pm | 1206 my $command=&getGlobal("BIN","cp"); 1248 my $sumFile = &getGlobal('BFILE',"sum.csv"); 1319 my $cksum = &getGlobal('BIN',"cksum"); 1404 my $cksum = &getGlobal('BIN',"cksum"); 1844 sub getGlobal ($$) { subroutine 1971 my $touch = &getGlobal('BIN', "touch"); 2021 my $cat = &getGlobal("BIN","cat"); 2057 my $echo = &getGlobal('BIN','echo'); 2141 my $ps = &getGlobal('BIN',"ps"); 2240 my $file = &getGlobal('FILE','fstab'); [all …]
|
H A D | simplify_B_place.patch | 16 $source = &getGlobal('BDIR', "share") . $source; 31 # We want to add a line to the &getGlobal('BFILE', "created-files") so that the 33 - &B_revert_log(&getGlobal('BIN',"rm") . " $original_target\n"); 34 + &B_revert_log(&getGlobal('BIN',"rm") . " $target\n");
|
H A D | FileContent.pm | 1021 if ( ! -e &getGlobal('BFILE',"TODO") ) { 1023 &B_create_file(&getGlobal('BFILE', "TODO")); 1024 &B_append_line(&getGlobal('BFILE', "TODO"),'a$b', 1033 if (open(TODO,"<" . &getGlobal('BFILE', "TODO"))) { 1059 unless ( &B_append_line(&getGlobal('BFILE', "TODO"), "", $datestamp . "\n" . $text . "\n\n\n") ) { 1099 my $todo_flag = &getGlobal("BFILE","TODOFlag");
|
H A D | fixed_defined_warnings.patch | 41 my $sumFile = &getGlobal('BFILE',"sum.csv"); 50 my $cksum = &getGlobal('BIN',"cksum");
|
H A D | call_output_config.patch | 15 - &checkAndSaveConfig(&getGlobal('BFILE', "config"));
|
H A D | Miscellaneous.pm | 103 my $swlist=&getGlobal('BIN','swlist');
|