You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
225 B
10 lines
225 B
8 years ago
|
#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
|