Destroy security config on shutdown

This commit is contained in:
emersion 2018-11-08 12:01:22 +01:00
parent 50d84b8512
commit 6b200ca7e3
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 15 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include "sway/config.h"
bool load_security(struct wl_display *display);
void finish_security(void);
bool check_security_rule(const char *cmd, const char *global);
struct command_policy *alloc_command_policy(const char *command);