1 /* Generated by ./xlat/gen.sh from ./xlat/cap_mask1.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 # error static const struct xlat cap_mask1 in mpers mode 12 13 # else 14 15 static 16 const struct xlat cap_mask1[] = { 17 XLAT_PAIR(1ULL<<CAP_MAC_OVERRIDE, "1<<CAP_MAC_OVERRIDE"), 18 XLAT_PAIR(1ULL<<CAP_MAC_ADMIN, "1<<CAP_MAC_ADMIN"), 19 XLAT_PAIR(1ULL<<CAP_SYSLOG, "1<<CAP_SYSLOG"), 20 XLAT_PAIR(1ULL<<CAP_WAKE_ALARM, "1<<CAP_WAKE_ALARM"), 21 XLAT_PAIR(1ULL<<CAP_BLOCK_SUSPEND, "1<<CAP_BLOCK_SUSPEND"), 22 XLAT_PAIR(1ULL<<CAP_AUDIT_READ, "1<<CAP_AUDIT_READ"), 23 XLAT_END 24 }; 25 26 # endif /* !IN_MPERS */ 27 28 #endif /* !XLAT_MACROS_ONLY */ 29