aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 09:37:24 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 09:37:24 -0500
commitcdecf3c4957e3e517f6d832617109d05b06e481a (patch)
tree3ad75b146473bc8f6720966ba49e3249e489d582 /sway/main.c
parentFix minor issues with default security config (diff)
downloadsway-cdecf3c4957e3e517f6d832617109d05b06e481a.tar.gz
sway-cdecf3c4957e3e517f6d832617109d05b06e481a.tar.zst
sway-cdecf3c4957e3e517f6d832617109d05b06e481a.zip
Drop restart command from sanity check
Since we don't actually have one of those
Diffstat (limited to 'sway/main.c')
-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() {
174 bool checked; 174 bool checked;
175 } expected[] = { 175 } expected[] = {
176 { "reload", CONTEXT_BINDING, false }, 176 { "reload", CONTEXT_BINDING, false },
177 { "restart", CONTEXT_BINDING, false },
178 { "permit", CONTEXT_CONFIG, false }, 177 { "permit", CONTEXT_CONFIG, false },
179 { "reject", CONTEXT_CONFIG, false }, 178 { "reject", CONTEXT_CONFIG, false },
180 { "ipc", CONTEXT_CONFIG, false }, 179 { "ipc", CONTEXT_CONFIG, false },