mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
9 lines
214 B
C
9 lines
214 B
C
#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
|