|
RADLib
RADical C++ application framework
|
Declarative sandbox policy for reporting or future launcher integration. More...
#include <RADSecurity.h>
Public Attributes | |
| std::string | name |
| Human-readable policy name. More... | |
| std::vector< std::string > | readOnlyPaths |
| Paths allowed for read access. More... | |
| std::vector< std::string > | writablePaths |
| Paths allowed for write access. More... | |
| bool | allowNetwork = false |
| Whether network access is allowed. More... | |
| bool | allowDeviceAccess = false |
| Whether device node access is allowed. More... | |
Declarative sandbox policy for reporting or future launcher integration.
| bool RADSecurity::SandboxProfile::allowDeviceAccess = false |
Whether device node access is allowed.
| bool RADSecurity::SandboxProfile::allowNetwork = false |
Whether network access is allowed.
| std::string RADSecurity::SandboxProfile::name |
Human-readable policy name.
| std::vector<std::string> RADSecurity::SandboxProfile::readOnlyPaths |
Paths allowed for read access.
| std::vector<std::string> RADSecurity::SandboxProfile::writablePaths |
Paths allowed for write access.