Insights Security: Setting A Sticky Bit For REL Public Directories

How to set up a a Sticky Bit for REL public directories?

Follow these steps to set up a Sticky Bit for REL public directories:

  1. Make a user called "looker" on the Linux box with the group ID 9999
  • sudo adduser -u 9999 looker
  1. Make it the owner of the insights install directory.
  • sudo chown looker /home/rpadev/insights
  1. Make the perms on the insights directory 744.
  • sudo chmod 744 /home/rpadev/insights