RealityServer Configuration

Blacklist Directives

The command blacklist and whitelist allows control over which commands are accessible to RealityServer. Commands in the configured blacklist are disallowed from use. If a single whitelist entry is configured, then only commands in the whitelist are accessible. Commands listed in both the whitelist and the blacklist will be disallowed.

command_blacklist

Description Comma separated list of blacklisted commands.
Syntax command_blacklist command1, command2
Context global
Default none

A list of commands that are added to the command blacklist on startup. Multiple entries will be concatenated together.

command_whitelist

Description Comma separated list of whitelisted commands.
Syntax command_whitelist command1, command2
Context global
Default none

A list of commands that are added to the command whitelist on startup. Multiple entries will be concatenated together.

command_blacklist_file

Description Path to a file containing blacklisted commands on each line.
Syntax command_blacklist_file path
Context global
Default none

Path to a file where each line in the file is a blacklisted command name. Multiple configuration entries are supported and command lists will be concatenated together.

command_whitelist_file

Description Path to a file containing whitelisted commands on each line.
Syntax command_whitelist_file path
Context global
Default none

Path to a file where each line in the file is a whitelisted command name. Multiple configuration entries are supported and command lists will be concatenated together.