Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Users can limit sudo capabilities
    • to the parent directory of the installation and configurations directories,
    • to allow the commands: mkdir, rm, chown, ln for deployment.
    • to allow the commands cp, systemctl when using the StartService and StopService functions.
  • The Deployment Account is the owner of the parent directory to which JS7 components are installed.
  • The directory tree includes the execute permission for any included sub-directories.
  • No sticky bit is set for sub-directories in the directory tree.
  • Home Owner Account and Data Owner Account can be the same or can be different.
  • The Data Owner Account is the same as the Run-time Account.
    • Should accounts be different then users have to manually adjust group permissions to allow the Run-time Account read/write access to the configuration directory.
    • If no Run-time Account is specified then the Data Owner Account is assumed for the Run-time Account.

...