Agent Third-Party Deployment: Sample Sudoers File

IT Asset Management (Cloud)

       # Sample sudoers file for a _Linux_ machine, see the agent docs for details on what tools are needed
       # by each supported Unix platform.
       #
       # Set up two aliases for OS level tools (FLEXERAOS) and Flexera provided tools (FLEXERA)
       # Note that explicit paths to each tool is defined to narrow the tools that can be launched
       # as root without a password through the flxrasvc account.
       #
       # Agents installed to custom install locations (where supported) need to have these paths to
       # the Flexera tools updated to the custom install location.
       Cmnd_Alias FLEXERAOS = /usr/sbin/dmidecode
       Cmnd_Alias FLEXERA = /opt/managesoft/libexec/flxping, /opt/managesoft/libexec/flxecmc, /opt/managesoft/libexec/flxsysinfo, /opt/managesoft/libexec/flxps, /opt/managesoft/libexec/flxoracleinv, /opt/managesoft/libexec/flxfsscan
       
       # Allow the flxrasvc account to run the tools from the above aliases (and only these tools) through sudo without requiring a password
       flxrasvc ALL=(ALL) NOPASSWD: FLEXERAOS, FLEXERA
       

IT Asset Management (Cloud)

Current