Skip to content

ICSHWI-7098 Run as iocuser:iocgroup and not as root:root

Krisztián Löki requested to merge autosave into develop

Running as root is problematic in many ways one of which is that root is not allowed to write to the nonvolatile NFS share that is used by autosave. However, simply running as iocuser causes problems with realtime IOCs; added CAP_IPC_LOCK so that mlock() and mlockall() works as expected

Merge request reports

Loading