2016-12-02 01:27:35 +01:00
|
|
|
# sway security rules
|
|
|
|
#
|
|
|
|
# Read sway-security(7) for details on how to secure your sway install.
|
|
|
|
#
|
|
|
|
# You MUST read this man page if you intend to attempt to secure your sway
|
|
|
|
# installation.
|
2016-12-17 21:19:50 +01:00
|
|
|
#
|
2017-02-21 05:24:13 +01:00
|
|
|
# DO NOT CHANGE THIS FILE. Override these defaults by writing new files in
|
2017-11-30 14:31:13 +01:00
|
|
|
# @sysconfdir@/sway/security.d/*
|
2016-12-02 01:27:35 +01:00
|
|
|
|
2017-02-19 08:36:36 +01:00
|
|
|
# Configures enabled compositor features for specific programs
|
|
|
|
permit * fullscreen keyboard mouse
|
2017-11-30 14:31:13 +01:00
|
|
|
permit @prefix@/bin/swaylock lock
|
2018-05-06 01:19:12 +02:00
|
|
|
permit @prefix@/bin/swaybg background
|
|
|
|
permit @prefix@/bin/swaybar panel
|
2016-12-02 01:27:35 +01:00
|
|
|
|
2017-02-19 08:36:36 +01:00
|
|
|
# Configures enabled IPC features for specific programs
|
2017-11-30 14:31:13 +01:00
|
|
|
ipc @prefix@/bin/swaymsg {
|
2017-02-19 08:36:36 +01:00
|
|
|
* enabled
|
2016-12-02 01:27:35 +01:00
|
|
|
|
|
|
|
events {
|
2017-02-19 08:36:36 +01:00
|
|
|
* disabled
|
2016-12-02 01:27:35 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-06 01:19:12 +02:00
|
|
|
ipc @prefix@/bin/swaybar {
|
2017-02-19 08:36:36 +01:00
|
|
|
bar-config enabled
|
|
|
|
outputs enabled
|
|
|
|
workspaces enabled
|
|
|
|
command enabled
|
2017-02-20 13:42:08 +01:00
|
|
|
|
|
|
|
events {
|
|
|
|
workspace enabled
|
|
|
|
mode enabled
|
|
|
|
}
|
2017-02-19 08:36:36 +01:00
|
|
|
}
|
|
|
|
|
2017-11-30 14:31:13 +01:00
|
|
|
ipc @prefix@/bin/swaylock {
|
2017-02-26 11:49:15 +01:00
|
|
|
outputs enabled
|
|
|
|
}
|
|
|
|
|
2016-12-02 01:27:35 +01:00
|
|
|
# Limits the contexts from which certain commands are permitted
|
|
|
|
commands {
|
2016-12-03 18:38:42 +01:00
|
|
|
* all
|
|
|
|
|
2016-12-02 01:38:36 +01:00
|
|
|
fullscreen binding criteria
|
2016-12-02 01:27:35 +01:00
|
|
|
bindsym config
|
2016-12-02 01:38:36 +01:00
|
|
|
exit binding
|
|
|
|
kill binding
|
2016-12-02 01:27:35 +01:00
|
|
|
}
|