🎉 We're happy to announce new public releases 🎉

  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety critical embedded software development on Arm cores
Contact us to get access

FLEXlm: Is it OK to run lmgrd as 'root' (Unix only)?

27-Nov-2024

It is not prudent to run any command, particularly a daemon, as root on Unix, as it may pose a security risk to the Operating System.

Therefore, it is recommended that lmgrd is run as a non-privileged user (not 'root'). If you are starting lmgrd from a boot script, we recommend that you use the following command to run lmgrd as a non-privileged user.

su username -c"umask 022; lmgrd..."


More resources

Was this answer helpful?