mirror of
https://github.com/NickHu/sway
synced 2025-02-13 08:47:53 +01: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
|