Searched refs:add_setpcap (Results 1 – 1 of 1) sorted by relevance
116 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps() argument132 if (add_setpcap) { in SetProcCaps()183 bool add_setpcap = true; in SetCapsForExec() local184 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()194 add_setpcap = false; in SetCapsForExec()195 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()