mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Move get_feature_policy to sway/security.c
This commit is contained in:
parent
b4357a8eb6
commit
bfb99235e3
3 changed files with 22 additions and 19 deletions
|
|
@ -7,6 +7,8 @@ uint32_t get_feature_policy_mask(pid_t pid);
|
|||
uint32_t get_ipc_policy_mask(pid_t pid);
|
||||
uint32_t get_command_policy_mask(const char *cmd);
|
||||
|
||||
struct feature_policy *get_feature_policy(const char *name);
|
||||
|
||||
const char *command_policy_str(enum command_context context);
|
||||
|
||||
struct feature_policy *alloc_feature_policy(const char *program);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue