mirror of
https://github.com/swaywm/sway.git
synced 2025-02-10 20:27:03 +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
|