diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-12-01 21:36:43 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-12-01 21:36:43 -0500 |
commit | 76cab04b4d7828f3c4f607c49e1e6ad78aa6e3da (patch) | |
tree | 53a871af54a91c689c5db597ab21b3c97c4506cd /include/security.h | |
parent | 1a8a42f372e1bed146623e3357dbb12d8947e654 (diff) | |
download | sway-76cab04b4d7828f3c4f607c49e1e6ad78aa6e3da.tar.xz |
Implement permit and reject commands
Diffstat (limited to 'include/security.h')
-rw-r--r-- | include/security.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/security.h b/include/security.h deleted file mode 100644 index 3a5dbca0..00000000 --- a/include/security.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _SWAY_SECURITY_H -#define _SWAY_SECURITY_H -#include <unistd.h> -#include "sway/config.h" - -enum secure_features get_feature_policy(pid_t pid); -enum command_context get_command_policy(const char *cmd); - -#endif |