diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-02-26 05:49:15 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2017-02-28 13:07:48 -0500 |
| commit | f954d74a1367588ba70cbfacd2e7798a8df7bf1a (patch) | |
| tree | e7ada044c7972d1b15bf021025886748db1265c1 | |
| parent | 24d182260424ed4494f595b0aac2bfbacce25626 (diff) | |
Fix #10870.12-rc2
| -rw-r--r-- | security.d/00-defaults.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security.d/00-defaults.in b/security.d/00-defaults.in index 34831c65..05098dea 100644 --- a/security.d/00-defaults.in +++ b/security.d/00-defaults.in @@ -41,6 +41,10 @@ ipc __PREFIX__/bin/swaygrab { tree enabled } +ipc __PREFIX__/bin/swaylock { + outputs enabled +} + # Limits the contexts from which certain commands are permitted commands { * all |
