commit cdecf3c4957e3e517f6d832617109d05b06e481a
parent 6604bb67ea1d7f7d395477607dc0395a63eea7be
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 4 Dec 2016 09:37:24 -0500
Drop restart command from sanity check
Since we don't actually have one of those
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/main.c b/sway/main.c
@@ -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 },