Class SystemCallContext

    • Constructor Detail

      • SystemCallContext

        public SystemCallContext()
        Creates system call context. This context has permissions for everything.
      • SystemCallContext

        public SystemCallContext​(ICelesta celesta,
                                 String procName)
        Creates and initializes system call context.
        Parameters:
        celesta - Celesta to initialize the context with.
        procName - Proc name (for call logging).
      • SystemCallContext

        public SystemCallContext​(ICelesta celesta)
        Creates and initializes system call context without call logging.
        Parameters:
        celesta - Celesta to initialize the context with.