我正在 RHEL 7.7 机器上运行 STIG 过程并发现以下问题: https://www.stigviewer.com/stig/red_hat_enterprise_linux_7/2018-11-28/finding/V-72039
[root@localhost scripts]# find /dev -context *:device_t:* \( -type c -o -type b \) -printf "%p %Z\n"
/dev/wmi/dell-smbios system_u:object_r:device_t:s0
[root@localhost scripts]# find /dev -context *:unlabeled_t:* \( -type c -o -type b \) -printf "%p %Z\n"
[root@localhost scripts]# rpm -qf /dev/wmi/dell-smbios
file /dev/wmi/dell-smbios is not owned by any package
[root@localhost scripts]# ls -al /dev/wmi/dell-smbios
cr--r--r--. 1 root root 10, 57 May 19 11:29 /dev/wmi/dell-smbios
我正在考虑删除设备文件但不知道是否安全。
答案1
删除它吧。这是开发文件系统,不是真正的文件。Linux 要么允许您删除它,要么不允许,无论如何它都会在下次重启后重新出现。