Searched refs:add_setpcap (Results 1 – 1 of 1) sorted by relevance
125 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps() argument141 if (add_setpcap) { in SetProcCaps()192 bool add_setpcap = true; in SetCapsForExec() local193 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()203 add_setpcap = false; in SetCapsForExec()204 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()