Searched refs:add_setpcap (Results 1 – 1 of 1) sorted by relevance
109 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps() argument125 if (add_setpcap) { in SetProcCaps()174 bool add_setpcap = true; in SetCapsForExec() local175 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()185 add_setpcap = false; in SetCapsForExec()186 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()