sway-patched-tray-menu-github/include/sway/security.h

12 lines
280 B
C
Raw Normal View History

2016-12-02 01:58:11 +01:00
#ifndef _SWAY_SECURITY_H
#define _SWAY_SECURITY_H
#include <unistd.h>
#include "sway/config.h"
2016-12-02 03:36:43 +01:00
enum secure_feature get_feature_policy(pid_t pid);
enum command_context get_command_policy(const char *cmd);
struct feature_policy *alloc_feature_policy(const char *program);
2016-12-02 01:58:11 +01:00
#endif