Skip to content

Commit

Permalink
fixup! Updating the documentation so it is consistent with my changes…
Browse files Browse the repository at this point in the history
… and the updates from the team.

Signed-off-by: Benny Fuhry <benny.fuhry@intel.com>
  • Loading branch information
BFuhry committed May 3, 2023
1 parent e813ab6 commit 25cdbae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Documentation/manifest-syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ of the three mutually exclusive options:
- point ``loader.argv_src_file`` to a file
containing output of :ref:`gramine-argv-serializer<gramine-argv-serializer>`.

If none of the above arguments-handling manifest options are specified in the manifest, the application will get ``argv = [ <libos.entrypoint value> ]``.
If none of the above arguments-handling manifest options are specified in the
manifest, the application will get ``argv = [ <libos.entrypoint value> ]``.

``loader.argv_src_file`` is intended to point to either a trusted file or an
encrypted file. The former allows to securely hardcode arguments, the latter
Expand Down Expand Up @@ -162,7 +163,8 @@ This option will generate the following extra configuration:
- ``search``
- ``options`` [``edns0``] [``inet6``] [``rotate``] [``use-vc``]

Unsupported keywords and malformed lines from ``/etc/resolv.conf`` are ignored.
Unsupported keywords and malformed lines from ``/etc/resolv.conf`` are
ignored.

The functionality is achieved by taking the host's configuration via various
APIs and reading the host's configuration files. In the case of Linux PAL,
Expand Down
2 changes: 1 addition & 1 deletion Documentation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If your system doesn't meet these requirements, please refer to the
requirements.

Check for Intel® SGX compatibility
---------------
----------------------------------

To check your hardware and system for Intel® SGX compatibility, use the supplied
tool, :doc:`manpages/is-sgx-available`. It's installed together with the
Expand Down
1 change: 0 additions & 1 deletion Documentation/run-sample-application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ installation. To clone the Gramine repo, use the following command:
git clone --depth 1 |stable-checkout| \https://github.com/gramineproject/gramine.git
Don't build Gramine as it is already installed on the system. Instead,
build and run the HelloWorld example. To build the HelloWorld application,
access the ``gcc`` compiler and the ``make`` build system by entering the
Expand Down

0 comments on commit 25cdbae

Please sign in to comment.