|
PQS: Post Quantum Shell Protocol 1.1.0.0a (A2)
A quantum secure secure shell protocol
|
A PQS server shell profile record. More...
#include <pqsshell.h>
Data Fields | |
| char | name [PQS_SHELL_PROFILE_NAME_MAX] |
| char | type [PQS_SHELL_PROFILE_TYPE_MAX] |
| char | path [PQS_SHELL_PROFILE_PATH_MAX] |
| uint32_t | privilege_mask |
| bool | enabled |
| bool | isdefault |
A PQS server shell profile record.
| bool enabled |
The profile enabled flag.
| bool isdefault |
The default profile flag.
| char name[PQS_SHELL_PROFILE_NAME_MAX] |
The shell profile name.
| char path[PQS_SHELL_PROFILE_PATH_MAX] |
The shell executable path.
| uint32_t privilege_mask |
The allowed privilege mask.
| char type[PQS_SHELL_PROFILE_TYPE_MAX] |
The shell type name.