mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Merge 6833c898bf into 5ed533a943
This commit is contained in:
commit
28f3790207
5 changed files with 52 additions and 45 deletions
|
|
@ -208,6 +208,7 @@ enum secure_feature {
|
|||
struct feature_policy {
|
||||
char *program;
|
||||
uint32_t features;
|
||||
bool validated;
|
||||
};
|
||||
|
||||
enum ipc_feature {
|
||||
|
|
@ -235,6 +236,7 @@ enum ipc_feature {
|
|||
struct ipc_policy {
|
||||
char *program;
|
||||
uint32_t features;
|
||||
bool validated;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -15,4 +15,5 @@ struct feature_policy *alloc_feature_policy(const char *program);
|
|||
struct ipc_policy *alloc_ipc_policy(const char *program);
|
||||
struct command_policy *alloc_command_policy(const char *command);
|
||||
|
||||
char *resolve_ipc_path(const char* program);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue