summaryrefslogtreecommitdiffstats
path: root/include/sway/security.h
blob: ae2de0d8052715bc1a3049eba6e06d6d387f80c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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