Skip to content

Commit

Permalink
add docs on root owned files (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 19, 2024
1 parent 5902433 commit 68495e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/reference/files/ondemand-d-ymls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ These properties support profile based configuration, see the :ref:`profile conf
i.e. ``OOD_BRAND_BG_COLOR: '#0000ff'``. If you omit the quotes, YAML will see ``#`` as a comment and the value of the ``OOD_BRAND_BG_COLOR`` will be ``nil``


.. warning::
OnDemand will only respond to root owned files. Configuration files
that are not owned by the root user (uid 0) will not be read.

.. _profile_properties:

Configuration Properties with profile support
Expand Down
13 changes: 13 additions & 0 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ id of the form item will be lowercase as shown below.

id="batch_connect_session_context_my_cool_form_item"

Root owned configuration files
******************************

In an effort to increase the security of the Open OnDemand platform,
the system will now start to only respond to root owned configuration
files.

This will mean that all configfuration files in ``/etc/ood/config``
will need to be owned by the ``root`` user (uid 0) in order to be used.

While these files need to be root owned, they can continue to have any
group ownership.

Deprecations
............

Expand Down

0 comments on commit 68495e1

Please sign in to comment.