The SystemStreamsPermission Class contains the following constructor:
Creates a new SystemStreamsPermission instance.
public SystemStreamsPermission();
The new instance does not allow access to any of the system streams. Access to a stream must be explicitly turned on by using one of the setCanSetSystemIn, setCanSetSystemOut, and setCanSetSystemErr methods.