aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-12-04 09:37:24 -0500
committerDrew DeVault <sir@cmpwn.com>2016-12-04 09:37:24 -0500
commitcdecf3c4957e3e517f6d832617109d05b06e481a (patch)
tree3ad75b146473bc8f6720966ba49e3249e489d582
parent6604bb67ea1d7f7d395477607dc0395a63eea7be (diff)
Drop restart command from sanity check
Since we don't actually have one of those
-rw-r--r--sway/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index 73c4b5f2..59998e0c 100644
--- 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 },