Searched refs:naughtyCmd (Results 1 – 1 of 1) sorted by relevance
321 std::string naughtyCmd; in maninpulateNaughtyApps() local368 naughtyCmd = makeIptablesNaughtyCmd(op, uid); in maninpulateNaughtyApps()369 if (runIpxtablesCmd(naughtyCmd.c_str(), IptRejectAdd)) { in maninpulateNaughtyApps()378 naughtyCmd = makeIptablesNaughtyCmd(IptOpDelete, appUids[uidNum]); in maninpulateNaughtyApps()379 runIpxtablesCmd(naughtyCmd.c_str(), IptRejectAdd); in maninpulateNaughtyApps()