Home
last modified time | relevance | path

Searched refs:CapSet (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dcapabilities.h42 using CapSet = std::bitset<CAP_LAST_CAP + 1>; variable
48 bool SetCapsForExec(const CapSet& to_keep);
Dcapabilities.cpp95 static bool DropBoundingSet(const CapSet& to_keep) { in DropBoundingSet()
116 static bool SetProcCaps(const CapSet& to_keep, bool add_setpcap) { in SetProcCaps()
148 static bool SetAmbientCaps(const CapSet& to_raise) { in SetAmbientCaps()
181 bool SetCapsForExec(const CapSet& to_keep) { in SetCapsForExec()
Dservice.h159 std::optional<CapSet> capabilities_;