Searched refs:add_setpcap (Results 1 – 1 of 1) sorted by relevance
119 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps() argument135 if (add_setpcap) { in SetProcCaps()186 bool add_setpcap = true; in SetCapsForExec() local187 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()197 add_setpcap = false; in SetCapsForExec()198 if (!SetProcCaps(to_keep, add_setpcap)) { in SetCapsForExec()