의 출력에서 sealert
플러그인 신뢰도를 어떻게 평가해야 합니까 ?
가장 높은 값은 가장 권장되는 조치를 의미해야 합니다. 그런데 백분율로 표시되나요? 어떻게 계산되나요?
[root@mybox ~]# sealert -a /var/log/audit/audit.log
100% done
found 4 alerts in /var/log/audit/audit.log
--------------------------------------------------------------------------------
SELinux is preventing snapd from search access on the directory /var/lib/snapd/snap/certbot/652.
***** Plugin restorecon (54.2 confidence) suggests ************************
If you want to fix the label.
/var/lib/snapd/snap/certbot/652 default label should be snappy_var_lib_t.
Then you can run restorecon. The access attempt may have been stopped due to insufficient permissions to access a parent directory in which case try to change the following command accordingly.
Do
# /sbin/restorecon -v /var/lib/snapd/snap/certbot/652
***** Plugin file (16.6 confidence) suggests ******************************
This is caused by a newly created file system.
Then you need to add labels to it.
Do
/sbin/restorecon -R -v /var/lib/snapd/snap/certbot/652
***** Plugin file (16.6 confidence) suggests ******************************
If you think this is caused by a badly mislabeled machine.
Then you need to fully relabel.
Do
touch /.autorelabel; reboot
(...)