Searched refs:CapSet (Results 1 – 3 of 3) sorted by relevance
42 using CapSet = std::bitset<CAP_LAST_CAP + 1>; variable48 bool SetCapsForExec(const CapSet& to_keep);
104 static bool DropBoundingSet(const CapSet& to_keep) { in DropBoundingSet()125 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps()157 static bool SetAmbientCaps(const CapSet& to_raise) { in SetAmbientCaps()190 bool SetCapsForExec(const CapSet& to_keep) { in SetCapsForExec()
162 std::optional<CapSet> capabilities_;