mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Add config related code and initial headers
This commit is contained in:
parent
5831f7ab68
commit
44cc0ef125
4 changed files with 74 additions and 8 deletions
9
include/security.h
Normal file
9
include/security.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _SWAY_SECURITY_H
|
||||
#define _SWAY_SECURITY_H
|
||||
#include <unistd.h>
|
||||
#include "sway/config.h"
|
||||
|
||||
const struct feature_permissions *get_permissions(pid_t pid);
|
||||
enum command_context get_command_context(const char *cmd);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue