Home
last modified time | relevance | path

Searched refs:getGlobalConfig (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm1398 if (&getGlobalConfig("AccountSecurity","single_user_password") eq "Y") {
1404 if (&getGlobalConfig("AccountSecurity","passwordpolicies") eq "Y") {
1408 if (&getGlobalConfig("AccountSecurity", "PASSWORD_HISTORY_DEPTHyn") eq "Y") {
1412 if (&getGlobalConfig("AccountSecurity","system_auditing") eq "Y") {
1450 unless ( &getGlobalConfig('MiscellaneousDaemons','nis_client') eq "Y" and
1451 &getGlobalConfig('MiscellaneousDaemons','nis_server') eq "Y" ) {
H A DAPI.pm1825 sub getGlobalConfig ($$) { subroutine