|
@@ -24,6 +24,10 @@
|
|
#define COMMON_CAP2_PERMS "mac_override", "mac_admin", "syslog", \
|
|
#define COMMON_CAP2_PERMS "mac_override", "mac_admin", "syslog", \
|
|
"wake_alarm", "block_suspend", "audit_read"
|
|
"wake_alarm", "block_suspend", "audit_read"
|
|
|
|
|
|
|
|
+#if CAP_LAST_CAP > CAP_AUDIT_READ
|
|
|
|
+#error New capability defined, please update COMMON_CAP2_PERMS.
|
|
|
|
+#endif
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Note: The name for any socket class should be suffixed by "socket",
|
|
* Note: The name for any socket class should be suffixed by "socket",
|
|
* and doesn't contain more than one substr of "socket".
|
|
* and doesn't contain more than one substr of "socket".
|