Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
How to set up secure launcher permissions using fglam.config.xml and sudo?
설명
How to set up secure launcher permissions using fglam.config.xml and sudo?
해결 방안
Please follow the steps below:
Navigate to: /state/default/config.
Open the file "fglam.config.xml" file for editing.
Edit the element under to point to your local setuid_launcher executable. This executable is located in /bin/setuid_launcher.
Issue the command: chmod u+s to set the sticky bit on /bin/setuid_launcher.
Change the owner of /bin/setuid_launcher to root. This permits the agents that need root privileges to be run as the root user without requiring a password.
If these permissions are no longer needed, issue the command: chmod u-s /bin/setuid_launcher