diff --git a/parser/profile.cc b/parser/profile.cc index d82330f15..a542a8ff1 100644 --- a/parser/profile.cc +++ b/parser/profile.cc @@ -27,7 +27,8 @@ const char *profile_mode_table[] = { "complain", "kill", "unconfined", - "prompt" + "prompt", + "conflict" /* should not ever be displayed */ }; bool deref_profileptr_lt::operator()(Profile * const &lhs, Profile * const &rhs) const