1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-02-08 20:46:14 +01:00
sway-patched-tray-menu/include/security.h

10 lines
214 B
C
Raw Normal View History

#ifndef _SWAY_SECURITY_H
#define _SWAY_SECURITY_H
#include <unistd.h>
#include "sway/config.h"
2016-12-01 19:58:11 -05:00
enum secure_features get_feature_policy(pid_t pid);
enum command_context get_command_policy(const char *cmd);
#endif