Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / security / selinux / include / classmap.h
index 98e1513b608a6311b4736b3a0399cace5aa77f08..40cebde62856a19f23ebe569f7f26715a1af8342 100644 (file)
            "audit_control", "setfcap"
 
 #define COMMON_CAP2_PERMS  "mac_override", "mac_admin", "syslog", \
-               "wake_alarm", "block_suspend", "audit_read", "perfmon", "bpf"
+               "wake_alarm", "block_suspend", "audit_read", "perfmon", "bpf", \
+               "checkpoint_restore"
 
-#if CAP_LAST_CAP > CAP_BPF
+#if CAP_LAST_CAP > CAP_CHECKPOINT_RESTORE
 #error New capability defined, please update COMMON_CAP2_PERMS.
 #endif