Loading init/capabilities.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -69,11 +69,12 @@ static const std::map<std::string, int> cap_map = { #if defined(__BIONIC__) CAP_MAP_ENTRY(PERFMON), CAP_MAP_ENTRY(BPF), CAP_MAP_ENTRY(CHECKPOINT_RESTORE), #endif }; #if defined(__BIONIC__) static_assert(CAP_LAST_CAP == CAP_BPF, "CAP_LAST_CAP is not CAP_BPF"); static_assert(CAP_LAST_CAP == CAP_CHECKPOINT_RESTORE, "CAP_LAST_CAP is not CAP_CHECKPOINT_RESTORE"); #else static_assert(CAP_LAST_CAP == CAP_AUDIT_READ, "CAP_LAST_CAP is not CAP_AUDIT_READ"); #endif Loading Loading
init/capabilities.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -69,11 +69,12 @@ static const std::map<std::string, int> cap_map = { #if defined(__BIONIC__) CAP_MAP_ENTRY(PERFMON), CAP_MAP_ENTRY(BPF), CAP_MAP_ENTRY(CHECKPOINT_RESTORE), #endif }; #if defined(__BIONIC__) static_assert(CAP_LAST_CAP == CAP_BPF, "CAP_LAST_CAP is not CAP_BPF"); static_assert(CAP_LAST_CAP == CAP_CHECKPOINT_RESTORE, "CAP_LAST_CAP is not CAP_CHECKPOINT_RESTORE"); #else static_assert(CAP_LAST_CAP == CAP_AUDIT_READ, "CAP_LAST_CAP is not CAP_AUDIT_READ"); #endif Loading