mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
10 lines
225 B
C
10 lines
225 B
C
|
|
#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
|