I'd like to use F-Secure Linux Security inside Ubuntu 20.04 docker container. Managed to get past the missing systemctl by using a slightly customized docker-systemctl-replacement, because of ExecStart=@ ...
Now i am stuck at this output:
Selecting previously unselected package f-secure-linuxsecurity.
(Reading database ... 5476 files and directories currently installed.)
Preparing to unpack .../f-secure-linuxsecurity.deb ...
Unpacking f-secure-linuxsecurity (12.0.26-1) ...
Setting up f-secure-linuxsecurity (12.0.26-1) ...
Installing F-Secure Linux Security...
Installing F-Secure BaseGuard...
2021-02-19 10:35:54 src/fsbootstrap.c:433[7] executing '/opt/f-secure/fsbg/download/fsbg-100-linux-x86_64/1611223694/content/setup' failed, result 256
2021-02-19 10:35:54 src/fsbootstrap.c:220[7] install failed
2021-02-19 10:35:54 src/fsbootstrap.c:433[7] executing '/opt/f-secure/linuxsecurity/download/linuxsecurity-1200-linux-x86_64/1612250987/content/setup' failed, result 256
2021-02-19 10:35:54 src/fsbootstrap.c:220[7] install failed
activate: fsbootstrap failed (exit status 2)
Could you please tell me, what could cause "result 256"? Thank you.