Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/cap_mask1.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat cap_mask1 in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat cap_mask1[] = {
     11  { 1<<CAP_MAC_OVERRIDE, "CAP_MAC_OVERRIDE" },
     12  { 1<<CAP_MAC_ADMIN, "CAP_MAC_ADMIN" },
     13  { 1<<CAP_SYSLOG, "CAP_SYSLOG" },
     14  { 1<<CAP_WAKE_ALARM, "CAP_WAKE_ALARM" },
     15  { 1<<CAP_BLOCK_SUSPEND, "CAP_BLOCK_SUSPEND" },
     16  { 1<<CAP_AUDIT_READ, "CAP_AUDIT_READ" },
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21