mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Implement policy lookups
This commit is contained in:
parent
44cc0ef125
commit
2675293200
5 changed files with 66 additions and 3 deletions
|
|
@ -206,7 +206,6 @@ enum secure_feature {
|
|||
|
||||
struct feature_policy {
|
||||
char *program;
|
||||
bool permit;
|
||||
enum secure_feature features;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue