1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-24 07:58:22 +01:00
sway-patched-tray-menu/include/sway/security.h
2016-12-01 21:36:43 -05:00

11 lines
280 B
C

#ifndef _SWAY_SECURITY_H
#define _SWAY_SECURITY_H
#include <unistd.h>
#include "sway/config.h"
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);
#endif