caps: CAP_AUDIT_READ is not defined with Ubuntu 14

This commit is contained in:
Robert Swiecki 2017-07-05 14:19:51 +02:00
parent 1ece9abf71
commit df0119a5b0

2
caps.c
View File

@ -73,7 +73,9 @@ static struct {
VALSTR_STRUCT(CAP_SYSLOG),
VALSTR_STRUCT(CAP_WAKE_ALARM),
VALSTR_STRUCT(CAP_BLOCK_SUSPEND),
#if defined(CAP_AUDIT_READ)
VALSTR_STRUCT(CAP_AUDIT_READ),
#endif /* defined(CAP_AUDIT_READ) */
};
/* *INDENT-ON* */