F-secure Policy Manager 12 on Centos 7 Linux, Problem with updates.

I am currently testing F-secure Policy Manager 12 on CentOs 7. I have the exact same Problem which is described here https://community.f-secure.com/t5/Business/Resolved-Linux-fspms-virus/m-p/50069
The only difference is, that I am using CenOs 7 instead of debian.
Unfortunately this thread is locked.
This Article (https://community.f-secure.com/t5/Business/Resetting-AUA-and-AUS-database/ta-p/20418) helped me to solve the problem for one day.
It is amazing. The F-secure clients tell me, they are up to date and my computer is protected, but If I look any further, the Virusdifinition, Spyware-definition and Deep Guard are Old!!!!!!!!
Are there any news to the Problem?
Which Linux Version works with F-secure Policy Manager 12?
Comments
-
Reason for this problem is in wrong SELinus security context for file /etc/crontab.
Server can not run scheduled fsavupd.
Now file /etc/crontab SELinux security cobtext are:
-rw-r--r--. root root unconfined_u
bject_r:etc_t:s0 /etc/crontab
Must be:
-rw-r--r--. root root unconfined_u
bject_r:system_cron_spool_t:s0 /etc/crontab
You can change this by command:
chcon unconfined_u
bject_r:system_cron_spool_t:s0 /etc/crontab
Restart crond service:
service crond restart
Good luck !
1 1Like