PQS: Post Quantum Shell Protocol 1.1.0.0a (A2)
A quantum secure secure shell protocol
pqs_shell_profile Struct Reference

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

Detailed Description

A PQS server shell profile record.

Field Documentation

◆ enabled

bool enabled

The profile enabled flag.

◆ isdefault

bool isdefault

The default profile flag.

◆ name

char name[PQS_SHELL_PROFILE_NAME_MAX]

The shell profile name.

◆ path

char path[PQS_SHELL_PROFILE_PATH_MAX]

The shell executable path.

◆ privilege_mask

uint32_t privilege_mask

The allowed privilege mask.

◆ type

char type[PQS_SHELL_PROFILE_TYPE_MAX]

The shell type name.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/PQS/PQS/pqsshell.h