summaryrefslogtreecommitdiffstats
path: root/include/security.h
blob: 3a5dbca07baf372a85c7e3400942c436acf985c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _SWAY_SECURITY_H
#define _SWAY_SECURITY_H
#include <unistd.h>
#include "sway/config.h"

enum secure_features get_feature_policy(pid_t pid);
enum command_context get_command_policy(const char *cmd);

#endif