moerkey
moerkey
Kinda no but also yes. IMHO the check for FILE-6430 is not sufficient. I guess you only check a pattern against the file /etc/modprobe.d/blacklist.conf. But I am disabling modules via...
Here you go. ``` cat /etc/modprobe.d/blacklist-custom.conf # https://cisofy.com/lynis/controls/FILE-6430/ # https://cisofy.com/lynis/controls/NETW-3200/ install dccp /bin/true install rds /bin/true install sctp /bin/true install tipc /bin/true ``` ``` root@host:~# lynis show details FILE-6430 root@host:~#...
Hey, please reopen it. The issue is still present.
Yeah, after 4 month I am confused too and I will dig into it nearly from beginning. So, FILE-6430 says that I should disable some unused modules to be more...
> > could you provide the list with domain names only in another file? > > ```shell > curl -s 'https://raw.githubusercontent.com/guardicore/labs_campaigns/master/Autodiscover/autodiscover-tlds.txt' | awk '{print $2}' > ``` > > That's...
I can just approve all of the mentioned problems. I also spent too much time to resort it and find the source of the problem. Please fix it soon! Thank...
> shell script with autostart > Job done! ;) No, unfortunatelay not. Kdocker can not minimize it to tray directly (automatically). It has to be clicked (manually).
> Excuse me? > Well what am I doing wrong when `kdocker -tq kcalc` starts the calculator and then minimizes it to the tray. > Pretty much like all the...
Oh thanks. Since it is nearly one year ago I try to recall the real issue. In the meantime I had `-m' inserted. Of course then it won´t work as...
``` kdocker -h Warning: QT_DEVICE_PIXEL_RATIO is deprecated. Instead use: QT_AUTO_SCREEN_SCALE_FACTOR to enable platform plugin controlled per-screen factors. QT_SCREEN_SCALE_FACTORS to set per-screen factors. QT_SCALE_FACTOR to set the application global scale factor....