mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Refactor IPC target validation
This commit is contained in:
parent
d2de52209e
commit
d433c5b5c4
3 changed files with 14 additions and 10 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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue