1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-14 08:01:12 +01:00

Drop restart command from sanity check

Since we don't actually have one of those
This commit is contained in:
Drew DeVault 2016-12-04 09:37:24 -05:00
parent 6604bb67ea
commit cdecf3c495

View file

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