Drop restart command from sanity check

Since we don't actually have one of those
master
Drew DeVault 8 years ago
parent 6604bb67ea
commit cdecf3c495

@ -174,7 +174,6 @@ static void security_sanity_check() {
bool checked; bool checked;
} expected[] = { } expected[] = {
{ "reload", CONTEXT_BINDING, false }, { "reload", CONTEXT_BINDING, false },
{ "restart", CONTEXT_BINDING, false },
{ "permit", CONTEXT_CONFIG, false }, { "permit", CONTEXT_CONFIG, false },
{ "reject", CONTEXT_CONFIG, false }, { "reject", CONTEXT_CONFIG, false },
{ "ipc", CONTEXT_CONFIG, false }, { "ipc", CONTEXT_CONFIG, false },

Loading…
Cancel
Save