Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dfirewall_manager.cpp295 std::string allowedListChainName = FetchChainName(ChainType::CHAIN_OHFW_ALLOWED_LIST_BOX); in SetUidsAllowedListChain() local
296 command = "-t filter -A " + chainName + " -j " + allowedListChainName; in SetUidsAllowedListChain()