1 /* Generated by ./xlat/gen.sh from ./xlat/cap.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 in mpers mode 12 13 # else 14 15 static 16 const struct xlat cap[] = { 17 XLAT(CAP_CHOWN), 18 XLAT(CAP_DAC_OVERRIDE), 19 XLAT(CAP_DAC_READ_SEARCH), 20 XLAT(CAP_FOWNER), 21 XLAT(CAP_FSETID), 22 XLAT(CAP_KILL), 23 XLAT(CAP_SETGID), 24 XLAT(CAP_SETUID), 25 XLAT(CAP_SETPCAP), 26 XLAT(CAP_LINUX_IMMUTABLE), 27 XLAT(CAP_NET_BIND_SERVICE), 28 XLAT(CAP_NET_BROADCAST), 29 XLAT(CAP_NET_ADMIN), 30 XLAT(CAP_NET_RAW), 31 XLAT(CAP_IPC_LOCK), 32 XLAT(CAP_IPC_OWNER), 33 XLAT(CAP_SYS_MODULE), 34 XLAT(CAP_SYS_RAWIO), 35 XLAT(CAP_SYS_CHROOT), 36 XLAT(CAP_SYS_PTRACE), 37 XLAT(CAP_SYS_PACCT), 38 XLAT(CAP_SYS_ADMIN), 39 XLAT(CAP_SYS_BOOT), 40 XLAT(CAP_SYS_NICE), 41 XLAT(CAP_SYS_RESOURCE), 42 XLAT(CAP_SYS_TIME), 43 XLAT(CAP_SYS_TTY_CONFIG), 44 XLAT(CAP_MKNOD), 45 XLAT(CAP_LEASE), 46 XLAT(CAP_AUDIT_WRITE), 47 XLAT(CAP_AUDIT_CONTROL), 48 XLAT(CAP_SETFCAP), 49 XLAT(CAP_MAC_OVERRIDE), 50 XLAT(CAP_MAC_ADMIN), 51 XLAT(CAP_SYSLOG), 52 XLAT(CAP_WAKE_ALARM), 53 XLAT(CAP_BLOCK_SUSPEND), 54 XLAT(CAP_AUDIT_READ), 55 XLAT_END 56 }; 57 58 # endif /* !IN_MPERS */ 59 60 #endif /* !XLAT_MACROS_ONLY */ 61