summaryrefslogtreecommitdiffstats
path: root/security.d/00-defaults.in
diff options
context:
space:
mode:
Diffstat (limited to 'security.d/00-defaults.in')
-rw-r--r--security.d/00-defaults.in50
1 files changed, 0 insertions, 50 deletions
diff --git a/security.d/00-defaults.in b/security.d/00-defaults.in
deleted file mode 100644
index be7b9d06..00000000
--- a/security.d/00-defaults.in
+++ /dev/null
@@ -1,50 +0,0 @@
1# sway security rules
2#
3# Read sway-security(7) for details on how to secure your sway install.
4#
5# You MUST read this man page if you intend to attempt to secure your sway
6# installation.
7#
8# DO NOT CHANGE THIS FILE. Override these defaults by writing new files in
9# @sysconfdir@/sway/security.d/*
10
11# Configures enabled compositor features for specific programs
12permit * fullscreen keyboard mouse
13permit @prefix@/bin/swaylock lock
14permit @prefix@/bin/swaybg background
15permit @prefix@/bin/swaybar panel
16
17# Configures enabled IPC features for specific programs
18ipc @prefix@/bin/swaymsg {
19 * enabled
20
21 events {
22 * disabled
23 }
24}
25
26ipc @prefix@/bin/swaybar {
27 bar-config enabled
28 outputs enabled
29 workspaces enabled
30 command enabled
31
32 events {
33 workspace enabled
34 mode enabled
35 }
36}
37
38ipc @prefix@/bin/swaylock {
39 outputs enabled
40}
41
42# Limits the contexts from which certain commands are permitted
43commands {
44 * all
45
46 fullscreen binding criteria
47 bindsym config
48 exit binding
49 kill binding
50}