tgstation-server  4.3.2
The /tg/station 13 server suite
DreamDaemonSecurity.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Api.Models
2 {
6  public enum DreamDaemonSecurity
7  {
11  Trusted,
12 
16  Safe,
17 
21  Ultrasafe
22  }
23 }
Server will not be able to run shell commands or access files outside it's working directory ...
Server will not be able to run shell commands or access anything but temporary files. Currently unsupported!
Server is unrestricted in terms of file access and shell commands
DreamDaemonSecurity
DreamDaemon's security level