aboutsummaryrefslogtreecommitdiffstats
path: root/include/security.h
blob: efc25ce6684953e88f0c175e028c09e903f3e326 (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"

const struct feature_permissions *get_permissions(pid_t pid);
enum command_context get_command_context(const char *cmd);

#endif